Consistent logging

This commit is contained in:
clinton-hall 2013-02-12 03:48:46 -08:00
parent c8d3ccb241
commit af825ed962

View file

@ -93,7 +93,7 @@ packed = 0
config = ConfigParser.ConfigParser() config = ConfigParser.ConfigParser()
configFilename = os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMedia.cfg") 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): if not os.path.isfile(configFilename):
print "ERROR: You need an autoProcessMedia.cfg file - did you rename and edit the .sample?" print "ERROR: You need an autoProcessMedia.cfg file - did you rename and edit the .sample?"