From 49157bbbeac7c3b77de4395dde0580398cca42f0 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Mon, 20 Jun 2016 13:58:17 -0500 Subject: [PATCH] Fix logging typo --- resources/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/utils.py b/resources/lib/utils.py index b203ba24..77220304 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -267,7 +267,7 @@ def reset(): window('emby_shouldStop', value="true") count = 10 while window('emby_dbScan') == "true": - logMsg("EMBY", "Sync is running, will retry: %s..." % count) + log("Sync is running, will retry: %s..." % count) count -= 1 if count == 0: dialog.ok("Warning", "Could not stop the database from running. Try again.")