]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Improve CommCalls debug output display.
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Jul 2010 08:29:43 +0000 (20:29 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Jul 2010 08:29:43 +0000 (20:29 +1200)
src/CommCalls.cc

index da1754e04ea00e226f1a1c855a78eea8a02baf80..bf0650fff585df539f8c8599d302dc7d4d4606fd 100644 (file)
@@ -74,7 +74,7 @@ CommConnectCbParams::print(std::ostream &os) const
 {
     CommCommonCbParams::print(os);
     if (conn != NULL)
-      os << ", from my " << conn->local << " to " << conn->remote;
+      os << ", conn.local=" << conn->local << ", conn.remote=" << conn->remote;
 }
 
 /* CommIoCbParams */