From: wessels <> Date: Tue, 21 Oct 1997 01:24:59 +0000 (+0000) Subject: change Retrying message to debug level 2 X-Git-Tag: SQUID_3_0_PRE1~4763 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b6647bb29b1168cdd9826b2f5eed4eb742c65d4;p=thirdparty%2Fsquid.git change Retrying message to debug level 2 --- diff --git a/src/comm.cc b/src/comm.cc index 9a78fa5b01..e893400cc7 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,5 +1,5 @@ /* - * $Id: comm.cc,v 1.186 1997/08/25 22:35:52 wessels Exp $ + * $Id: comm.cc,v 1.187 1997/10/20 19:24:59 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -402,7 +402,7 @@ commConnectHandle(int fd, void *data) break; default: if (commRetryConnect(fd, cs)) { - debug(5, 1) ("Retrying connection to %s: %s\n", + debug(5, 2) ("Retrying connection to %s: %s\n", cs->host, xstrerror()); cs->S.sin_addr.s_addr = 0; ipcacheCycleAddr(cs->host);