Debug logging

presentation
Andreas Butti 7 years ago
parent df14e75766
commit fc7d3d2516
  1. 2
      src/gui/inputdevices/NewGtkInputDevice.cpp

@ -154,7 +154,7 @@ bool NewGtkInputDevice::eventHandler(GdkEvent* event)
{
input = (InputSequence*) g_hash_table_lookup(pointerInputList, device);
printf("dev->input : %ld->%ld", device, input);
printf("dev->input : %ld->%ld\n", device, input);
if (input == NULL)
{

Loading…
Cancel
Save