]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change Retrying message to debug level 2
authorwessels <>
Tue, 21 Oct 1997 01:24:59 +0000 (01:24 +0000)
committerwessels <>
Tue, 21 Oct 1997 01:24:59 +0000 (01:24 +0000)
src/comm.cc

index 9a78fa5b010ea058a0c6e39001c83437f6e33203..e893400cc771039b6198fc1798a21c8707e55707 100644 (file)
@@ -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);