From 2c963f1ffe9f59818c5f346a4d558ff386e395d4 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sat, 19 Jan 2019 03:35:11 -0500 Subject: [PATCH] Fix error log --- core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index 3875a5b2..d6757e73 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -383,7 +383,7 @@ def configure_updates(): pass restart() else: - logger.error('Update wasn\'t successful, not restarting. Check your log for more information.') + logger.error('Update failed, not restarting. Check your log for more information.') # Set Current Version logger.info('nzbToMedia Version:{version} Branch:{branch} ({system} {release})'.format