author | Thierry Florac <thierry.florac@onf.fr> |
Mon, 11 Sep 2017 13:43:22 +0200 | |
changeset 45 | bf32240cb696 |
parent 44 | 09b5df1481d9 |
child 46 | 55d5fde71e8f |
--- a/src/pyams_media/ffbase.py Mon Sep 11 13:43:00 2017 +0200 +++ b/src/pyams_media/ffbase.py Mon Sep 11 13:43:22 2017 +0200 @@ -123,7 +123,7 @@ cmdline.append(output.name) else: cmdline.append(arg) - logger.debug("Running libAV command line: {0}".format(cmdline)) + logger.info("Running libAV command line: {0}".format(cmdline)) p = Popen(cmdline, stdin=PIPE, stdout=PIPE, stderr=PIPE) if use_stdin is not None: if IFile.providedBy(use_stdin):