From: Joseph C. Lehner Date: Fri, 18 Nov 2016 17:02:17 +0000 (+0100) Subject: Improve message X-Git-Tag: v0.9.9~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a88d28b32af379f287b606812dfd431608ab920b;p=oweals%2Fnmrpflash.git Improve message --- 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);