[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Jan Luebbe jluebbe at debian.org
Mon Feb 2 18:52:04 UTC 2009


The following commit has been merged in the master branch:
commit eb4b6b39830727cbaeb36eab21ababc0baf13d4d
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Tue Jan 27 10:59:35 2009 +0100

    ousaged: add some more debug messages

diff --git a/framework/subsystems/ousaged/generic.py b/framework/subsystems/ousaged/generic.py
index e2eebe2..1ba6d3b 100644
--- a/framework/subsystems/ousaged/generic.py
+++ b/framework/subsystems/ousaged/generic.py
@@ -217,6 +217,7 @@ class GenericUsageControl( dbus.service.Object ):
         """
         Shutdown the system.
         """
+        logger.info( "System shutting down..." )
         self.SystemAction( "shutdown" ) # send signal
         dbus_ok()
         # FIXME this is not a clean shutdown
@@ -228,6 +229,7 @@ class GenericUsageControl( dbus.service.Object ):
         """
         Reboot the system.
         """
+        logger.info( "System rebooting..." )
         # FIXME should we cleanly shutdown resources here -- will it matter?
         self.SystemAction( "reboot" ) # send signal
         dbus_ok()

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list