From f0050e9a72436f875c6a9d6ec28b5fb11ef63f50 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 24 Jul 2020 03:57:52 -0600 Subject: [PATCH] cmd/ifupdown: clean up tracing messages --- cmd/ifupdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }