mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-14 01:02:55 -07:00
Consistent logging
This commit is contained in:
parent
c8d3ccb241
commit
af825ed962
1 changed files with 1 additions and 1 deletions
|
@ -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?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue