]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct debugs output from tunnel comm error
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Feb 2009 10:55:43 +0000 (23:55 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Feb 2009 10:55:43 +0000 (23:55 +1300)
src/tunnel.cc

index 7048133277da0a8fd75b60d9dcbcb7378380ba47..d2937c44f4bb74045543b120eb886fa4f6448451 100644 (file)
@@ -263,8 +263,8 @@ TunnelStateData::Connection::error(int const xerrno)
     if (xerrno == COMM_ERR_CLOSING)
         return;
 
-    debugs(50, debugLevelForError(xerrno), "tunnelReadServer: FD " << fd() <<
-           ": read failure: " << xstrerror());
+    debugs(50, debugLevelForError(xerrno), "TunnelStateData::Connection::error: FD " << fd() <<
+           ": read/write failure: " << xstrerror());
 
     if (!ignoreErrno(xerrno))
         comm_close(fd());