[Erp5-report] r29203 - /erp5/trunk/products/ERP5SyncML/SynchronizationTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 28 14:00:26 CEST 2009


Author: daniele
Date: Mon Sep 28 14:00:24 2009
New Revision: 29203

URL: http://svn.erp5.org?rev=29203&view=rev
Log:
Add log when the subscription starts the synchronisation

Modified:
    erp5/trunk/products/ERP5SyncML/SynchronizationTool.py

Modified: erp5/trunk/products/ERP5SyncML/SynchronizationTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/SynchronizationTool.py?rev=29203&r1=29202&r2=29203&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/SynchronizationTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5SyncML/SynchronizationTool.py [utf8] Mon Sep 28 14:00:24 2009
@@ -350,6 +350,7 @@
     """
       reset a subscription
     """
+    LOG('Synchronisation Subscription', INFO, 'Starting ...')
     self.SubSync(self.getSubscription(title).getPath())
     if RESPONSE is not None:
       RESPONSE.redirect('manageSubscriptions')




More information about the Erp5-report mailing list