From: Michael Tremer Date: Mon, 7 Feb 2011 01:14:28 +0000 (+0100) Subject: Fix logging (that cut some lines). X-Git-Tag: 0.9.3~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e85a8b70ae2bc8ee3069415c4b016da5bb51b0a;p=pakfire.git Fix logging (that cut some lines). --- diff --git a/pakfire/util.py b/pakfire/util.py index 4408c1d29..48d67f1cc 100644 --- a/pakfire/util.py +++ b/pakfire/util.py @@ -82,7 +82,7 @@ def logOutput(fds, logger, returnOutput=1, start=0, timeout=0): if returnOutput: output += input if tail and logger is not None: - logger.debug(tail) + logger.info(tail) return output