commit 0fa6b08d3c709fc60f694dc892e4ac47ecce9180 from: Stefan Sperling date: Sat Aug 24 13:39:13 2024 UTC reword an informative warning message such that it sounds less like an error commit - d945a704d98083fcd665e03708be660ac41c261f commit + 0fa6b08d3c709fc60f694dc892e4ac47ecce9180 blob - b0d885570e6251e832b117b6950214435339cec5 blob + d1fd8608b297e7f4f9b9462f1badefa3bf6de53c --- commands.c +++ commands.c @@ -1387,7 +1387,7 @@ interface(int argc, char **argv, char *modhvar) return(1); } strlcat(ifname, ifunit, sizeof(ifname)); - printf("%% Interface name is %s not \"%s %s\"\n", + printf("%% Using interface \"%s\", not \"%s %s\"\n", ifname, tmp, ifunit); } strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));