Add a prefix to our syslog messages
authorColin Walters <walters@verbum.org>
Tue, 16 Mar 2010 11:19:04 +0000 (07:19 -0400)
committerColin Walters <walters@verbum.org>
Tue, 16 Mar 2010 19:57:27 +0000 (15:57 -0400)
commitf00c816c270ad5c01810231e1ed6bd54b1ab9652
tree77b21b3b96547ff0fde6b20ac8d8c555c42ad44a
parente48b0928490e175d08a5a33b29b56314c806305c
Add a prefix to our syslog messages

Previously we were simply logging as "dbus", and it was unclear
whether it was the system bus, or a session bus.  And if the latter,
which user?

This patch adds a prefix to the log message with the bus type
and the userid.
bus/bus.c