From 6295a59a300ab54bf1c8b1f1c99c28dab328bd4b Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 5 Nov 2010 11:39:35 +0000 Subject: [PATCH] minor update/fix --- lib/request/connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request/connect.py b/lib/request/connect.py index 1c7000368..367675b1c 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -243,7 +243,7 @@ class Connect: elif "timeout" in tbMsg: warnMsg = "connection timed out to the target url" elif "BadStatusLine" in tbMsg: - debugMsg = "BadStatusLine: %s || %s || %d" % (tbMsg, e, e.line) + debugMsg = "BadStatusLine: %s || %s || %s" % (tbMsg, e, e.line) logger.debug(debugMsg) warnMsg = "the target url responded with an unknown HTTP "