Author: dmeyer
Date: Sat Apr 22 18:54:15 2006
New Revision: 1471

Modified:
   trunk/beacon/src/db.py

Log:
update debug again

Modified: trunk/beacon/src/db.py
==============================================================================
--- trunk/beacon/src/db.py      (original)
+++ trunk/beacon/src/db.py      Sat Apr 22 18:54:15 2006
@@ -245,7 +245,8 @@
         self._db.commit()
         t3 = time.time()
         self.signals['changed'].emit(changed_id)
-        log.info('db.commit took %1.3f/%1.3f seconds' % (t2 - t1, t3 - t2))
+        log.info('db.commit %s items took %1.3f/%1.3f sec' \
+                 % (len(changes), t2 - t1, t3 - t2))
 
 
     def _delete(self, entry):


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to