Skip to content

Commit

Permalink
qemu-dm: amend print statement
Browse files Browse the repository at this point in the history
Missing CR.

Signed-off-by: Eric Chanudet <[email protected]>
  • Loading branch information
Eric Chanudet committed Jan 4, 2021
1 parent 480162f commit 13394f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ PATCHES
+ }
+ xenstore_update_nic(nic);
+
+ fprintf(stderr, "Registered xenstore watch for NIC %s", name);
+ fprintf(stderr, "Registered xenstore watch for NIC %s\n", name);
+
+ return 0;
+}
Expand Down

0 comments on commit 13394f7

Please sign in to comment.