From: Christian Herdtweck Date: Thu, 31 Jan 2019 15:06:49 +0000 (+0100) Subject: Fix debug output line in dial.py X-Git-Tag: v1.4~12^2~6 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=14d257c126d4232872c388940c365449e2d21e65;p=pyi2ncommon Fix debug output line in dial.py --- diff --git a/src/dial.py b/src/dial.py index 3b60410..e34921a 100644 --- a/src/dial.py +++ b/src/dial.py @@ -163,7 +163,7 @@ def arnied_dial_permanent(prid="P1", block=False): :returns: Whether the ``tell-connd`` command succeeded. :rtype: int (dial result as above) """ - log.debug("requested connd_dial_online%s (blocking)" if block else "") + log.debug("requested connd_dial_online%s" % " (blocking)" if block else "") cnf = simple_cnf.SimpleCnf() cnf.add("DIALOUT_MODE", DIALOUT_MODE_CNF[DIALOUT_MODE_PERMANENT])