* [Qemu-devel] [PATCH] Add missing linefeed in error message
@ 2009-08-08 21:33 Stefan Weil
0 siblings, 0 replies; only message in thread
From: Stefan Weil @ 2009-08-08 21:33 UTC (permalink / raw)
To: QEMU Developers; +Cc: Stefan Weil
From: Stefan Weil <stefan@weilnetz.de>
The error message for an unknown network device given to
monitor command set_link looks better with a terminating
linefeed.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
net.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net.c b/net.c
index b5e8c9f..85f3727 100644
--- a/net.c
+++ b/net.c
@@ -2917,7 +2917,7 @@ int 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 0;
}
--
1.5.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-08 21:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-08 21:33 [Qemu-devel] [PATCH] Add missing linefeed in error message Stefan Weil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).