- sprintf( format + 1, "%ds", 2 * next->getDepth( plane ));
- IOLog( format, "");
- IOLog( "\033[33m%s", next->getName( plane ));
+ snprintf(format + 1, sizeof(format) - 1, "%ds", 2 * next->getDepth( plane ));
+ DEBG( format, "");
+ DEBG( "\033[33m%s", next->getName( plane ));