Use udisksd, not udisks, as the name in syslog
authorDavid Zeuthen <davidz@redhat.com>
Thu, 16 Jun 2011 20:14:11 +0000 (16:14 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 16 Jun 2011 20:14:11 +0000 (16:14 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
src/udiskslogging.c

index 111780c..c38a702 100644 (file)
@@ -153,7 +153,7 @@ udisks_log (UDisksLogLevel     level,
 
   if (!have_called_openlog)
     {
-      openlog ("udisks",
+      openlog ("udisksd",
                LOG_CONS|LOG_NDELAY|LOG_PID,
                LOG_DAEMON);
       have_called_openlog = TRUE;