From 0b6647bb29b1168cdd9826b2f5eed4eb742c65d4 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 21 Oct 1997 01:24:59 +0000 Subject: [PATCH] change Retrying message to debug level 2 --- src/comm.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.3