[Scummvm-cvs-logs] scummvm master -> 75d9f215806ca510ef48bd138d4775c7de792bde

fingolfin max at quendi.de
Tue May 3 12:54:28 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
75d9f21580 BACKENDS: Change printf -> debug in vkeybd code


Commit: 75d9f215806ca510ef48bd138d4775c7de792bde
    https://github.com/scummvm/scummvm/commit/75d9f215806ca510ef48bd138d4775c7de792bde
Author: Max Horn (max at quendi.de)
Date: 2011-05-03T03:53:14-07:00

Commit Message:
BACKENDS: Change printf -> debug in vkeybd code

Changed paths:
    backends/vkeybd/virtual-keyboard.cpp



diff --git a/backends/vkeybd/virtual-keyboard.cpp b/backends/vkeybd/virtual-keyboard.cpp
index 2971c8d..e1a2547 100644
--- a/backends/vkeybd/virtual-keyboard.cpp
+++ b/backends/vkeybd/virtual-keyboard.cpp
@@ -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());
 






More information about the Scummvm-git-logs mailing list