[CalendarServer-changes] [8804] CalendarServer/branches/users/glyph/case-insensitive-uid

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 29 10:16:44 PST 2012


Revision: 8804
          http://trac.macosforge.org/projects/calendarserver/changeset/8804
Author:   glyph at apple.com
Date:     2012-02-29 10:16:44 -0800 (Wed, 29 Feb 2012)
Log Message:
-----------
slightly more informative log message

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/upgrade/sql/upgrade.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/

Modified: CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/upgrade/sql/upgrade.py
===================================================================
--- CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/upgrade/sql/upgrade.py	2012-02-29 18:16:41 UTC (rev 8803)
+++ CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/upgrade/sql/upgrade.py	2012-02-29 18:16:44 UTC (rev 8804)
@@ -371,7 +371,8 @@
             both.sort(key=lambda x: x[1])
             # Note: determineNewest may return None sometimes.
             older = both[0][0]
-            self.log_warn("Moving aside case-duplicate home " + repr(older))
+            self.log_warn("Moving aside case-duplicate " + repr(type.lower()) +
+                          " home " + repr(older))
             yield Update({home.OWNER_UID: _CASE_DUPLICATE_PREFIX + older},
                          Where=home.OWNER_UID == older).on(sqlTxn)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120229/e3c92506/attachment.html>


More information about the calendarserver-changes mailing list