Correct typo

This commit is contained in:
angelblue05 2015-12-27 22:47:49 -06:00
parent 601f578892
commit a7131c2867

View file

@ -1315,7 +1315,7 @@ class LibrarySync(threading.Thread):
if utils.window('emby_syncRunning') != "true": if utils.window('emby_syncRunning') != "true":
self.logMsg("SyncDatabase onWake (started)", 0) self.logMsg("SyncDatabase onWake (started)", 0)
librarySync = self.startSync() librarySync = self.startSync()
self.logMsg("SyncDatabase onWake (finished) %s", librarySync, 0) self.logMsg("SyncDatabase onWake (finished) %s" % librarySync, 0)
if self.stop_thread: if self.stop_thread:
# Set in service.py # Set in service.py