BACKENDS: Change printf -> debug in vkeybd code

This commit is contained in:
Max Horn 2011-05-03 12:53:14 +02:00
parent 81ff18b0b7
commit 75d9f21580

View File

@ -137,7 +137,7 @@ bool VirtualKeyboard::loadKeyboardPack(const String &packName) {
_loaded = _parser->parse();
if (_loaded) {
printf("Keyboard pack '%s' loaded successfully!\n", packName.c_str());
debug("Keyboard pack '%s' loaded successfully", packName.c_str());
} else {
warning("Error parsing the keyboard pack '%s'", packName.c_str());