Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp	(revision 33896)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp	(revision 33897)
@@ -944,5 +944,5 @@
             SInt32 type;
             if ((err = Gestalt(gestaltKeyboardType, &type)) == noErr)
-                printf("Keyboard type %d %d\n", (int32_t)type, LMGetKbdType());
+                LogRel(("Keyboard type %d %d\n", (int32_t)type, LMGetKbdType()));
         }
 #endif /* DEBUG */
