mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 06:18:23 +00:00
BACKENDS: Change printf -> debug in vkeybd code
This commit is contained in:
parent
81ff18b0b7
commit
75d9f21580
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user