[Pommed-commits] [SCM] pommed - hotkeys handler for Apple laptops branch, master, updated. 1.26-2-gd9d8361

Julien BLACHE jb at jblache.org
Mon Apr 20 07:49:45 UTC 2009


The following commit has been merged in the master branch:
commit d9d8361400defb76106fe162c0bd8173f5e31f83
Author: Julien BLACHE <jb at jblache.org>
Date:   Sun Apr 19 18:39:37 2009 +0200

    Add missing argument to log message

diff --git a/pommed/evdev.c b/pommed/evdev.c
index 4675e0e..d6e45f8 100644
--- a/pommed/evdev.c
+++ b/pommed/evdev.c
@@ -268,7 +268,7 @@ evdev_inotify_process(int fd, uint32_t events)
   all_ie = (struct inotify_event *) malloc(qsize);
   if (all_ie == NULL)
     {
-      logmsg(LOG_ERR, "Could not allocate %d bytes for inotify events");
+      logmsg(LOG_ERR, "Could not allocate %d bytes for inotify events", qsize);
 
       return;
     }

-- 
pommed - hotkeys handler for Apple laptops



More information about the Pommed-commits mailing list