[Pommed-commits] r369 - trunk/pommed
jblache at alioth.debian.org
jblache at alioth.debian.org
Thu Oct 18 19:00:04 UTC 2007
Author: jblache
Date: 2007-10-18 19:00:04 +0000 (Thu, 18 Oct 2007)
New Revision: 369
Modified:
trunk/pommed/evdev.c
Log:
Fix debug message.
Modified: trunk/pommed/evdev.c
===================================================================
--- trunk/pommed/evdev.c 2007-10-13 16:08:27 UTC (rev 368)
+++ trunk/pommed/evdev.c 2007-10-18 19:00:04 UTC (rev 369)
@@ -641,7 +641,7 @@
if (nfds > 0)
{
- logdebug("Got event devices 0x%04x at iteration %d\n", prev_evdevs, i);
+ logdebug("Got event devices 0x%04x at iteration %d\n", evdevs, i);
if (evdevs == prev_evdevs)
break;
More information about the Pommed-commits
mailing list