Correct typo

This commit is contained in:
angelblue05 2015-12-27 22:47:49 -06:00
parent 601f578892
commit a7131c2867
1 changed files with 1 additions and 1 deletions

View File

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