mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
log media sanity
This commit is contained in:
parent
853faa90cd
commit
9334bc37fa
1 changed files with 1 additions and 0 deletions
|
@ -752,6 +752,7 @@ class MediaSyncer(object):
|
||||||
# back from sanity check to addFiles
|
# back from sanity check to addFiles
|
||||||
s = self.server.mediaSanity()
|
s = self.server.mediaSanity()
|
||||||
c = self.mediaSanity()
|
c = self.mediaSanity()
|
||||||
|
self.col.log("mediaSanity", c, s)
|
||||||
if c != s:
|
if c != s:
|
||||||
# if the sanity check failed, force a resync
|
# if the sanity check failed, force a resync
|
||||||
self.col.media.forceResync()
|
self.col.media.forceResync()
|
||||||
|
|
Loading…
Reference in a new issue