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

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:52:08 UTC 2009


The following commit has been merged in the master branch:
commit 5c40b0ae089d9d04f3cb49df986df68a3b82be3d
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Jan 30 14:57:57 2009 +0100

    otimed: fix traceback on bad GPS time; thanks beniwtv for spotting!

diff --git a/framework/subsystems/otimed/otimed.py b/framework/subsystems/otimed/otimed.py
index 287c8bb..8e6b47c 100644
--- a/framework/subsystems/otimed/otimed.py
+++ b/framework/subsystems/otimed/otimed.py
@@ -12,7 +12,7 @@ Package: otimed
 Module: otimed
 """
 
-__version__ = "0.2.1"
+__version__ = "0.2.2"
 MODULE_NAME = "otimed"
 
 import clock
@@ -78,7 +78,7 @@ class GPSTimeSource( TimeSource ):
             logger.debug( "GPS: offset=%f", toSeconds( self.offset ) )
         else:
             self.offset = None
-            logger.debug( "GPS: time invalid", toSeconds( self.offset ) )
+            logger.debug( "GPS: time invalid" )
         if not self.invalidTimeout is None:
             gobject.source_remove( self.invalidTimeout )
             self.invalidTimeout = gobject.timeout_add_seconds( 300, self._handleInvaildTimeout )

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list