From 297f27c81c330873809174446c220bf5072e570b Mon Sep 17 00:00:00 2001 From: Schrolli Date: Tue, 26 May 2015 07:57:34 +0200 Subject: [PATCH] little edit in logging --- boswatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boswatch.py b/boswatch.py index cd52840..5eb60f6 100755 --- a/boswatch.py +++ b/boswatch.py @@ -257,8 +257,8 @@ finally: finally: # Close Logging logging.debug("close Logging") + logging.info("BOSWatch exit()") logging.shutdown() fh.close() ch.close() - logging.info("BOSWatch exit()") exit(0)