diff --git a/cmd/ifupdown.c b/cmd/ifupdown.c index e9de1b7..575673c 100644 --- a/cmd/ifupdown.c +++ b/cmd/ifupdown.c @@ -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"); }