[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] common/grant: Add a newline into error message
Avoid corrupting the next line on the console. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CC: Jan Beulich <JBeulich@xxxxxxxx> --- xen/common/grant_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |