Skip to content

Commit a43a418

Browse files
author
Eric Chanudet
committed
qemu-dm: amend print statement
Missing CR. Signed-off-by: Eric Chanudet <[email protected]>
1 parent 43e5524 commit a43a418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-extended/qemu-dm/qemu-dm/nic-link-state-propagation.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ PATCHES
179179
+ }
180180
+ xenstore_update_nic(nic);
181181
+
182-
+ fprintf(stderr, "Registered xenstore watch for NIC %s", name);
182+
+ fprintf(stderr, "Registered xenstore watch for NIC %s\n", name);
183183
+
184184
+ return 0;
185185
+}

0 commit comments

Comments
 (0)