Loading net.c +1 −1 Original line number Diff line number Diff line Loading @@ -2917,7 +2917,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; } Loading Loading
net.c +1 −1 Original line number Diff line number Diff line Loading @@ -2917,7 +2917,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; } Loading