cmd/ifupdown: clean up tracing messages

This commit is contained in:
Ariadne Conill 2020-07-24 03:57:52 -06:00
parent 101db509c1
commit f0050e9a72

View file

@ -64,7 +64,7 @@ change_interface(struct lif_interface *iface, struct lif_dict *collection, struc
{
if (exec_opts.verbose)
{
fprintf(stderr, "%s: changing interface %s state to '%s'\n",
fprintf(stderr, "%s: changing state of interface %s to '%s'\n",
argv0, ifname, up ? "up" : "down");
}