From 92cbb88f1f69ae06b972b3931c223a2eb393612d Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Fri, 14 Dec 2018 14:08:55 +0000 Subject: [PATCH] Avoid double showing the same error message --- whipper/command/cd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whipper/command/cd.py b/whipper/command/cd.py index 3419d73..2b60be9 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -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",