]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Change wording
authorRoy Marples <roy@marples.name>
Fri, 12 Oct 2007 11:18:03 +0000 (11:18 +0000)
committerRoy Marples <roy@marples.name>
Fri, 12 Oct 2007 11:18:03 +0000 (11:18 +0000)
interface.c

index 70dba71e56191fca792d55251b866c09341b1875..055d40b0aa77a44b247232a517065d785745cded 100644 (file)
@@ -966,7 +966,7 @@ int del_address (const char *ifname,
 {
        struct in_addr t;
 
-       logger (LOG_INFO, "deleting IP address %s/%d",
+       logger (LOG_INFO, "removing IP address %s/%d",
                        inet_ntoa (address), inet_ntocidr (netmask));
 
        memset (&t, 0, sizeof (t));