]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Correct wording
authorRoy Marples <roy@marples.name>
Mon, 6 Oct 2014 12:15:43 +0000 (12:15 +0000)
committerRoy Marples <roy@marples.name>
Mon, 6 Oct 2014 12:15:43 +0000 (12:15 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index 066885980a45c6da2170a1b31fd10e99b3b2c1c4..8bf0aeea4a711bd774f8cad10fab6e296cb21942 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -2712,7 +2712,7 @@ dhcp_handlepacket(void *arg)
                {
                        char buf[sizeof(dhcp->chaddr) * 3];
 
-                       syslog(LOG_DEBUG, "%s: xid 0x%x is not for hwaddr %s",
+                       syslog(LOG_DEBUG, "%s: xid 0x%x is for hwaddr %s",
                            ifp->name, ntohl(dhcp->xid),
                            hwaddr_ntoa(dhcp->chaddr, sizeof(dhcp->chaddr),
                                buf, sizeof(buf)));