]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
ignore should be debug message
authorRoy Marples <roy@marples.name>
Fri, 13 Apr 2007 08:49:03 +0000 (08:49 +0000)
committerRoy Marples <roy@marples.name>
Fri, 13 Apr 2007 08:49:03 +0000 (08:49 +0000)
client.c

index 0e9a51c11a79a4bf3736a55fbf8a5ece2a57c27a..1aa8a88e9b0a143122b6316cd0010d5b6a5b9860 100644 (file)
--- 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;