[Pommed-commits] [SCM] pommed - hotkeys handler for Apple laptops branch, master, updated. 1.25-10-gd4d3b61
Julien BLACHE
jb at jblache.org
Sat Mar 14 10:35:09 UTC 2009
The following commit has been merged in the master branch:
commit 6fd86a5cfb71a586fa191232a16139cea335444f
Author: Julien BLACHE <jb at jblache.org>
Date: Sat Mar 14 10:53:24 2009 +0100
Fix missing newline on debug output
diff --git a/pommed/pommed.c b/pommed/pommed.c
index a060edd..87b847e 100644
--- a/pommed/pommed.c
+++ b/pommed/pommed.c
@@ -833,7 +833,7 @@ main (int argc, char **argv)
if (ret < 0)
logmsg(LOG_ERR, "uname() failed: %s", strerror(errno));
else
- logdebug("System: %s %s %s", sysinfo.sysname, sysinfo.release, sysinfo.machine);
+ logdebug("System: %s %s %s\n", sysinfo.sysname, sysinfo.release, sysinfo.machine);
}
ret = evloop_init();
--
pommed - hotkeys handler for Apple laptops
More information about the Pommed-commits
mailing list