Avoid double showing the same error message

This commit is contained in:
JoeLametta
2018-12-14 14:08:55 +00:00
parent a4f654a3f3
commit 92cbb88f1f

View File

@@ -334,7 +334,7 @@ Log files will log the path to tracks relative to this directory.
if logs:
msg = ("output directory %s is a finished rip" %
dirname.encode('utf-8'))
logger.critical(msg)
logger.debug(msg)
raise RuntimeError(msg)
else:
logger.info("creating output directory %s",