[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:17:16 UTC 2011


The following commit has been merged in the debian branch:
commit f3de3aa8f820c97aedbd7138e0e9608665eeb474
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Thu Jul 9 13:26:21 2009 +0200

    opimd: SIM-Messages-FSO: fix syntax error

diff --git a/framework/subsystems/opimd/pimb_sim_messages_fso.py b/framework/subsystems/opimd/pimb_sim_messages_fso.py
index 059b85e..44a741d 100644
--- a/framework/subsystems/opimd/pimb_sim_messages_fso.py
+++ b/framework/subsystems/opimd/pimb_sim_messages_fso.py
@@ -119,7 +119,7 @@ class SIMMessageBackendFSO(Backend):
                 entry['Timezone'] = props['timestamp'][len(props['timestamp'])-5:]
                 entry['Timestamp'] = time.mktime(time.strptime(timestamp))
             except ValueError:
-                logger.error('Couldn't handle timestamp!')
+                logger.error("Couldn't handle timestamp!")
 
         if props.has_key('csm_seq'):
             entry['SMS-combined_message'] = 1

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list