diff --git a/anki/sync.py b/anki/sync.py index 9ae76df61..39d7387af 100644 --- a/anki/sync.py +++ b/anki/sync.py @@ -752,6 +752,7 @@ class MediaSyncer(object): # back from sanity check to addFiles s = self.server.mediaSanity() c = self.mediaSanity() + self.col.log("mediaSanity", c, s) if c != s: # if the sanity check failed, force a resync self.col.media.forceResync()