Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
log message so at least we know which objects don't get migrated
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Feb 16, 2012
1 parent 80e11ce commit ea70636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions txdav/caldav/datastore/util.py
Expand Up @@ -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
Expand Down

0 comments on commit ea70636

Please sign in to comment.