projects
/
platform
/
upstream
/
udisks2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8053a28
)
Use udisksd, not udisks, as the name in syslog
author
David Zeuthen
<davidz@redhat.com>
Thu, 16 Jun 2011 20:14:11 +0000
(16:14 -0400)
committer
David 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
patch
|
blob
|
history
diff --git
a/src/udiskslogging.c
b/src/udiskslogging.c
index
111780c
..
c38a702
100644
(file)
--- a/
src/udiskslogging.c
+++ b/
src/udiskslogging.c
@@
-153,7
+153,7
@@
udisks_log (UDisksLogLevel level,
if (!have_called_openlog)
{
- openlog ("udisks",
+ openlog ("udisks
d
",
LOG_CONS|LOG_NDELAY|LOG_PID,
LOG_DAEMON);
have_called_openlog = TRUE;