aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index 0b531a69b4..413292b347 100644
--- a/net.c
+++ b/net.c
@@ -2946,7 +2946,7 @@ void do_set_link(Monitor *mon, const char *name, const char *up_or_down)
done:
if (!vc) {
- monitor_printf(mon, "could not find network device '%s'", name);
+ monitor_printf(mon, "could not find network device '%s'\n", name);
return;
}