From ea70636d885e08f3c3c5690a51e475a6755de538 Mon Sep 17 00:00:00 2001 From: Glyph Lefkowitz Date: Thu, 16 Feb 2012 12:29:23 +0000 Subject: [PATCH] log message so at least we know which objects don't get migrated git-svn-id: https://svn.calendarserver.org/repository/calendarserver/CalendarServer/branches/users/glyph/migrate-merge@8707 e27351fd-9f3e-4f54-a53b-843176b1656c --- txdav/caldav/datastore/util.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/txdav/caldav/datastore/util.py b/txdav/caldav/datastore/util.py index 3fe4ac488..79da66fc8 100644 --- a/txdav/caldav/datastore/util.py +++ b/txdav/caldav/datastore/util.py @@ -174,6 +174,10 @@ def _migrateCalendar(inCalendar, outCalendar, getComponent, merge): calendarObject.uid(), None, "schedule" ) if mightConflict: + log.warn( + "Not migrating object %s/%s/%s due to potential conflict" % + (outHome.uid(), outCalendar.name(), calendarObject.name()) + ) continue try: # Must account for metadata