Fix bad debug print in canna

Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
Urias McCullough
2011-12-27 22:58:04 -05:00
committed by Matt Madia
parent e409420486
commit b6c526d2d9
@@ -233,7 +233,7 @@ CannaLooper::_HandleKeyDown(BMessage* msg)
}
SERIAL_PRINT(("CannaLooper: HandleKeyDown() calling "
"CannaInterface::KeyIn()...\n", result));
"CannaInterface::KeyIn()...\n"));
uint32 result = fCanna->KeyIn(character, modifier, key);