From 4f0bc6883b6b8ceb89f7fa22e98a18551fe06260 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 2 May 2018 09:39:31 +0300 Subject: [PATCH] amodem: show the configuration during initialization --- amodem/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amodem/__main__.py b/amodem/__main__.py index 3d3f67a..2e5e39e 100644 --- a/amodem/__main__.py +++ b/amodem/__main__.py @@ -225,7 +225,7 @@ def _main(): logging.basicConfig(level=level, format=fmt) # Parsing and execution - log.debug(description) + log.info(description) args.pylab = None if getattr(args, 'plot', False):