diff --git a/olaflow/processing/animate.py b/olaflow/processing/animate.py index da24ab6..b06adbd 100644 --- a/olaflow/processing/animate.py +++ b/olaflow/processing/animate.py @@ -21,7 +21,7 @@ args = parser.parse_args() logging.basicConfig(level=max((10, 20 - 10 * args.verbose))) log = logging.getLogger("ola_post") -log.info("Starting sws -> olaFlow converter") +log.info("Animating olaFlow output") config = configparser.ConfigParser() config.read(args.config) out = pathlib.Path(config.get("post", "out"))