From: Roy Marples Date: Fri, 13 Apr 2007 08:49:03 +0000 (+0000) Subject: ignore should be debug message X-Git-Tag: v3.2.3~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed69d51056d8c8195ddc47cb828e56966f5a736;p=thirdparty%2Fdhcpcd.git ignore should be debug message --- diff --git a/client.c b/client.c index 0e9a51c1..1aa8a88e 100644 --- a/client.c +++ b/client.c @@ -390,7 +390,7 @@ int dhcp_run (const options_t *options) break; if (xid != message.xid) { - logger (LOG_ERR, + logger (LOG_DEBUG, "ignoring packet with xid 0x%x as it's not ours (0x%x)", message.xid, xid); continue;