[maemo-commits] [maemo-commits] r17247 - projects/haf/trunk/dbus/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jan 21 16:27:11 EET 2009
Author: guillem
Date: 2009-01-21 16:27:10 +0200 (Wed, 21 Jan 2009)
New Revision: 17247

Modified:
   projects/haf/trunk/dbus/debian/changelog
   projects/haf/trunk/dbus/debian/dbus.init
Log:
Use log_warning_msg instead of echo in init script


Modified: projects/haf/trunk/dbus/debian/changelog
===================================================================
--- projects/haf/trunk/dbus/debian/changelog	2009-01-21 14:24:30 UTC (rev 17246)
+++ projects/haf/trunk/dbus/debian/changelog	2009-01-21 14:27:10 UTC (rev 17247)
@@ -3,6 +3,7 @@
   * New upstream release.
     - debian/patches/01-add-initgroups-call.patch: Refresh.
   * Update copyright years in scripts, and use UTF-8 symbol.
+  * Use log_warning_msg instead of echo in init script.
 
  -- Guillem Jover <guillem.jover at nokia.com>  Tue, 20 Jan 2009 17:09:45 +0200
 

Modified: projects/haf/trunk/dbus/debian/dbus.init
===================================================================
--- projects/haf/trunk/dbus/debian/dbus.init	2009-01-21 14:24:30 UTC (rev 17246)
+++ projects/haf/trunk/dbus/debian/dbus.init	2009-01-21 14:27:10 UTC (rev 17247)
@@ -63,7 +63,7 @@
       # generate machine-id file
       $UUIDGEN $UUIDGEN_OPTS
     else
-      echo Warning: machine-id file cannot be created
+      log_warning_msg "The machine-id file cannot be created."
     fi
   fi
 }


More information about the maemo-commits mailing list