cmd/ifupdown: clean up tracing messages
This commit is contained in:
parent
101db509c1
commit
f0050e9a72
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue