[Commits] (vajda) broke up displayed commit time in commit time and
notifications time
commits at osafoundation.org
commits at osafoundation.org
Tue Aug 24 10:52:52 PDT 2004
Commit by: vajda
Modified files:
chandler/repository/persistence/XMLRepositoryView.py 1.48 1.49
Log message:
broke up displayed commit time in commit time and notifications time
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/repository/persistence/XMLRepositoryView.py.diff?r1=text&tr1=1.48&r2=text&tr2=1.49
Index: chandler/repository/persistence/XMLRepositoryView.py
diff -u chandler/repository/persistence/XMLRepositoryView.py:1.48 chandler/repository/persistence/XMLRepositoryView.py:1.49
--- chandler/repository/persistence/XMLRepositoryView.py:1.48 Tue Aug 24 10:52:29 2004
+++ chandler/repository/persistence/XMLRepositoryView.py Tue Aug 24 10:52:50 2004
@@ -1,6 +1,6 @@
-__revision__ = "$Revision: 1.48 $"
-__date__ = "$Date: 2004/08/24 17:52:29 $"
+__revision__ = "$Revision: 1.49 $"
+__date__ = "$Date: 2004/08/24 17:52:50 $"
__copyright__ = "Copyright (c) 2002 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -275,7 +275,7 @@
histNotifications.dispatchHistory()
delta = datetime.now() - after
if delta.seconds > 1:
- self.logger.warning('%s %d notifications run in %s',
+ self.logger.warning('%s %d notifications ran in %s',
self, count, delta)
self.prune(10000)
More information about the Commits
mailing list