changed simple "printf()" debug output to new debug log function
[rocksndiamonds.git] / src / events.c
index b5f83725334d41688b92f9531853d3a78a1be113..24106461affff97d5be9f3fef5ac0134b6ea4db2 100644 (file)
@@ -1808,7 +1808,7 @@ static void HandleKeysSpecial(Key key)
   cheat_input[cheat_input_len] = '\0';
 
 #if DEBUG_EVENTS_KEY
-  Debug("event:key:special", "'%s' [%d]\n", cheat_input, cheat_input_len);
+  Debug("event:key:special", "'%s' [%d]", cheat_input, cheat_input_len);
 #endif
 
   if (game_status == GAME_MODE_MAIN)