|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] common/grant: add a newline into error message
commit ea7a1bf21a428d447e2fe479f1146beeac45c18b
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Tue Jun 10 12:04:59 2014 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Tue Jun 10 12:04:59 2014 +0200
common/grant: add a newline into error message
Avoid corrupting the next line on the console.
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
xen/common/grant_table.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c
index c08e957..464007e 100644
--- a/xen/common/grant_table.c
+++ b/xen/common/grant_table.c
@@ -580,7 +580,7 @@ __gnttab_map_grant_ref(
if ( rgt->gt_version == 0 )
PIN_FAIL(unlock_out, GNTST_general_error,
- "remote grant table not yet set up");
+ "remote grant table not yet set up\n");
/* Bounds check on the grant ref */
if ( unlikely(op->ref >= nr_grant_entries(rgt)))
--
generated by git-patchbot for /home/xen/git/xen.git#master
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |