[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, debian, updated. debian/0-git20081111-1-18-g695b819

Jan Luebbe jluebbe at debian.org
Mon Jan 12 19:29:15 UTC 2009


The following commit has been merged in the debian branch:
commit 69604a370952c4f54359654fa217d7f6c062da89
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Tue Jan 6 16:25:58 2009 +0100

    Add missing format string argument

diff --git a/src/zhone b/src/zhone
index 8054e66..9ac430c 100755
--- a/src/zhone
+++ b/src/zhone
@@ -1214,7 +1214,7 @@ class pyphone_location( edje_group ):
         self.positiongraph.update( positionlist )
 
     def onTimeChanged( self, timestamp ):
-        logger.debug( "gps time changed: %s (%s)" % (time.strftime("%H:%M:%S", time.gmtime(timestamp))) )
+        logger.debug( "gps time changed: %s (%s)" % (time.strftime("%H:%M:%S", time.gmtime(timestamp)), timestamp) )
         self.time = timestamp
         self.update()
 

-- 
freesmartphone.org demo GUI



More information about the pkg-fso-commits mailing list