[Pommed-commits] r417 - trunk/pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Fri Dec 7 12:39:59 UTC 2007


Author: jblache
Date: 2007-12-07 12:39:59 +0000 (Fri, 07 Dec 2007)
New Revision: 417

Modified:
   trunk/pommed/evdev.c
Log:
Turn debug message into an error message.


Modified: trunk/pommed/evdev.c
===================================================================
--- trunk/pommed/evdev.c	2007-12-06 20:29:09 UTC (rev 416)
+++ trunk/pommed/evdev.c	2007-12-07 12:39:59 UTC (rev 417)
@@ -304,7 +304,7 @@
   ret = ioctl(ifd, FIONREAD, &qsize);
   if (ret < 0)
     {
-      logdebug("Could not determine inotify queue size: %s\n", strerror(errno));
+      logmsg(LOG_ERR, "Could not determine inotify queue size: %s", strerror(errno));
 
       return;
     }




More information about the Pommed-commits mailing list