mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix logging typo
This commit is contained in:
parent
f47ead1ddc
commit
49157bbbea
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ def reset():
|
||||||
window('emby_shouldStop', value="true")
|
window('emby_shouldStop', value="true")
|
||||||
count = 10
|
count = 10
|
||||||
while window('emby_dbScan') == "true":
|
while window('emby_dbScan') == "true":
|
||||||
logMsg("EMBY", "Sync is running, will retry: %s..." % count)
|
log("Sync is running, will retry: %s..." % count)
|
||||||
count -= 1
|
count -= 1
|
||||||
if count == 0:
|
if count == 0:
|
||||||
dialog.ok("Warning", "Could not stop the database from running. Try again.")
|
dialog.ok("Warning", "Could not stop the database from running. Try again.")
|
||||||
|
|
Loading…
Reference in a new issue