--------------------- PatchSet 1425 Date: 2005/06/01 16:21:42 Author: rmartinez Branch: squid3-ipv6 Tag: (none) Log: A bracket log line. There many of them Members: src/comm.cc:1.47.2.5->1.47.2.6 Index: squid3/src/comm.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/comm.cc,v retrieving revision 1.47.2.5 retrieving revision 1.47.2.6 diff -u -r1.47.2.5 -r1.47.2.6 --- squid3/src/comm.cc 9 May 2005 14:02:07 -0000 1.47.2.5 +++ squid3/src/comm.cc 1 Jun 2005 16:21:42 -0000 1.47.2.6 @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.47.2.5 2005/05/09 14:02:07 rmartinez Exp $ + * $Id: comm.cc,v 1.47.2.6 2005/06/01 16:21:42 rmartinez Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -1029,7 +1029,9 @@ if (bind(s, (struct sockaddr *) &S, sizeof(S)) == 0) return COMM_OK; - debug(50, 0) ("commBind: Cannot bind socket FD %d to %s:%d: %s\n", + /* FIXME: There are lot of banners like this to be bracketd... + Not proritary */ + debug(50, 0) ("commBind: Cannot bind socket FD %d to [%s]:%d: %s\n", s, ADDR_IS_ANYADDR(ADDR_FROM_SA(S)) ? "*" : SA_NTOA(S), (int) port,