[CalendarServer-changes] [14731] CalendarServer/trunk/txdav/common/datastore/sql_util.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 1 12:03:32 PDT 2015


Revision: 14731
          http://trac.calendarserver.org//changeset/14731
Author:   cdaboo at apple.com
Date:     2015-05-01 12:03:31 -0700 (Fri, 01 May 2015)
Log Message:
-----------
Fix format string.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/sql_util.py

Modified: CalendarServer/trunk/txdav/common/datastore/sql_util.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql_util.py	2015-05-01 19:01:44 UTC (rev 14730)
+++ CalendarServer/trunk/txdav/common/datastore/sql_util.py	2015-05-01 19:03:31 UTC (rev 14731)
@@ -653,7 +653,7 @@
             estimate = "unknown"
         log.info(
             "Scanning UID {uid} [{homeType}] "
-            "({pct!0.2d}%, {estimate} seconds remaining)...",
+            "({pct:0.2d}%, {estimate} seconds remaining)...",
             uid=UID, pct=(n / float(total)) * 100, estimate=estimate,
             homeType=homeTypeName
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150501/36479d51/attachment.html>


More information about the calendarserver-changes mailing list