From a88d28b32af379f287b606812dfd431608ab920b Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Fri, 18 Nov 2016 18:02:17 +0100 Subject: [PATCH] Improve message --- nmrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmrp.c b/nmrp.c index 42057a5..eebaf83 100644 --- a/nmrp.c +++ b/nmrp.c @@ -606,7 +606,7 @@ int nmrp_do(struct nmrpd_args *args) memcpy(tx.eh.ether_dhost, rx.eh.ether_shost, 6); - printf("Sending configuration: ip %s, mask %s.\n", + printf("Sending configuration: %s, netmask %s.\n", args->ipaddr, args->ipmask); memcpy(arpmac, rx.eh.ether_shost, 6);