[maemo-commits] [maemo-commits] r17314 - in projects/haf/trunk/dbus/debian: . patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jan 28 19:59:35 EET 2009
Author: guillem
Date: 2009-01-28 19:59:35 +0200 (Wed, 28 Jan 2009)
New Revision: 17314

Modified:
   projects/haf/trunk/dbus/debian/changelog
   projects/haf/trunk/dbus/debian/patches/07-open-match-detection.patch
Log:
Replace 'D-Bus daemon' with 'dbus' as the openlog identifier


Modified: projects/haf/trunk/dbus/debian/changelog
===================================================================
--- projects/haf/trunk/dbus/debian/changelog	2009-01-28 17:58:31 UTC (rev 17313)
+++ projects/haf/trunk/dbus/debian/changelog	2009-01-28 17:59:35 UTC (rev 17314)
@@ -1,6 +1,7 @@
 dbus (1.2.12-0maemo2) UNRELEASED; urgency=low
 
   * Add pid and uid to the open match warning on syslog. Fixes: NB#99319
+  * Replace 'D-Bus daemon' with 'dbus' as the openlog identifier.
 
  -- Guillem Jover <guillem.jover at nokia.com>  Wed, 28 Jan 2009 19:55:36 +0200
 

Modified: projects/haf/trunk/dbus/debian/patches/07-open-match-detection.patch
===================================================================
--- projects/haf/trunk/dbus/debian/patches/07-open-match-detection.patch	2009-01-28 17:58:31 UTC (rev 17313)
+++ projects/haf/trunk/dbus/debian/patches/07-open-match-detection.patch	2009-01-28 17:59:35 UTC (rev 17314)
@@ -122,7 +122,7 @@
 +      dbus_connection_get_unix_process_id(matches_go_to, &pid);
 +      dbus_connection_get_unix_user(matches_go_to, &uid);
 +
-+      openlog("D-Bus daemon", LOG_PID | LOG_CONS, LOG_DAEMON);
++      openlog("dbus", LOG_PID | LOG_CONS, LOG_DAEMON);
 +      syslog(LOG_DAEMON | LOG_WARNING,
 +             "WARNING: match %s added by %s (pid=%lu, uid=%lu) who owns services:",
 +             _dbus_string_get_data(rule_text),


More information about the maemo-commits mailing list