Re-add filename into filechecker logging

I hate having to rebase after each update :)
This commit is contained in:
barbequesauce 2018-04-26 09:10:09 -04:00 committed by evilhero
parent 559e57a5c1
commit e6fb428dc6
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class FileChecker(object):
if filename.startswith('.'):
continue
#logger.info('[FILENAME]: ' + filename)
logger.info('[FILENAME]: ' + filename)
runresults = self.parseit(self.dir, filename, filedir)
if runresults:
try: