From af825ed96201a0a153f99557970fec2ea5b5f70c Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Tue, 12 Feb 2013 03:48:46 -0800 Subject: [PATCH] Consistent logging --- TorrentToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index f243c1db..fee10a6b 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -93,7 +93,7 @@ packed = 0 config = ConfigParser.ConfigParser() configFilename = os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMedia.cfg") -print "INFO: Loading config from ", configFilename +print "INFO: Loading config from %s" % (configFilename) if not os.path.isfile(configFilename): print "ERROR: You need an autoProcessMedia.cfg file - did you rename and edit the .sample?"