]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
variabel slipped
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 6 Aug 2008 13:30:39 +0000 (01:30 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 6 Aug 2008 13:30:39 +0000 (01:30 +1200)
src/client_side.cc

index d3adb6c92a6639ee15b001f70acae69337912681..3ca6c20f53ef9cf2a222893b4da6eeb4deb51701 100644 (file)
@@ -1901,7 +1901,7 @@ parseHttpRequest(ConnStateData::Pointer & conn, HttpParser *hp, method_t * metho
 
         /* XXX need a way to say "this many character length string" */
         debugs(33, 1, "clientParseRequestMethod: Unsupported method: This is not a bug. see squid.conf extension_methods");
-        debugs(33, 1, "clientParseRequestMethod: Unsupported method in request '" << tmp << "'");
+        debugs(33, 1, "clientParseRequestMethod: Unsupported method in request '" << garbage << "'");
 
         /* XXX where's the method set for this error? */
         return parseHttpRequestAbort(conn, "error:unsupported-request-method");