-name error message should have trailing newline

Bug #662461 reported by John Morrissey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QEMU
Fix Released
Undecided
Unassigned

Bug Description

Trivial, but it was triggering the OCD.

diff --git a/vl.c b/vl.c
index df414ef..9c76a55 100644
--- a/vl.c
+++ b/vl.c
@@ -2524,7 +2524,7 @@ int main(int argc, char **argv, char **envp)
                     if (p != NULL) {
                        *p++ = 0;
                        if (strncmp(p, "process=", 8)) {
- fprintf(stderr, "Unknown subargument %s to -name", p
+ fprintf(stderr, "Unknown subargument %s to -name\n",
                            exit(1);
                        }
                        p += 8;

Revision history for this message
Brad Hards (bradh) wrote :

It looks like this change (or equivalent) was applied by Aurelien Jarno in 5697f6ae4183f3b3320a1fe677e3404a05e75783

Thanks for reporting it and providing the fix.

Changed in qemu:
status: New → Fix Committed
Revision history for this message
Peter Maydell (pmaydell) wrote :

QEMU 0.15.0 has been released with a fix for this bug.

Changed in qemu:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.