From 3f697f0d39941fea3a30251b8bf25deb18fe4c84 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 12 Jan 2010 11:36:50 +1300 Subject: [PATCH] Reduce non-IP debugs message priority --- src/ip/IpAddress.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ip/IpAddress.cc b/src/ip/IpAddress.cc index 222cbad05d..81a39faea9 100644 --- a/src/ip/IpAddress.cc +++ b/src/ip/IpAddress.cc @@ -513,7 +513,7 @@ bool IpAddress::LookupHostIP(const char *s, bool nodns) #endif if ( (err = xgetaddrinfo(s, NULL, &want, &res)) != 0) { - debugs(14,1, HERE << "Given Bad IP '" << s << "': " << xgai_strerror(err) ); + debugs(14,3, HERE << "Given Bad IP '" << s << "': " << xgai_strerror(err) ); /* free the memory xgetaddrinfo() dynamically allocated. */ if (res) { xfreeaddrinfo(res); -- 2.47.2