From 5e8d5f9fc8850980fb1ff468af3191aecb23e0dc Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Sun, 3 Mar 2013 14:32:04 -0800 Subject: [PATCH] separate log entires --- nzbToCouchPotato.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index c6b5c3cb..cb538c74 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.py @@ -10,6 +10,7 @@ from nzbToMediaUtil import * nzbtomedia_configure_logging(os.path.dirname(sys.argv[0])) Logger = logging.getLogger(__name__) +Logger.info("====================") # Seperate old from new log Logger.info("nzbToCouchPotato %s", VERSION) # SABnzbd