From 53b52d364e97abbf7849ddecff060e6cf109b7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 3 Oct 2018 17:01:10 -0400 Subject: [PATCH] More development --- bazarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr.py b/bazarr.py index f907d3665..eff49c7c6 100644 --- a/bazarr.py +++ b/bazarr.py @@ -60,7 +60,7 @@ def shutdown_bazarr(restarting): except: logging.error("Unable to delete pid file.") else: - logging.info('Bazarr restarting...') + logging.info('Bazarr stopping...') if restarting is False: stopfile = os.path.normcase(os.path.join(os.path.dirname(__file__), 'bazarr.stop')) file = open(stopfile, 'w')