From: Andrew Cooper Date: Tue, 22 Apr 2014 10:09:36 +0000 (+0200) Subject: x86/hap: fix lack of newline in error message X-Git-Tag: 4.5.0-rc1~1029 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4d21a95558b9c9007d8b70e63d1449a4a10f535c;p=xen.git x86/hap: fix lack of newline in error message to avoid corrupting the following line. Signed-off-by: Andrew Cooper Acked-by: Jan Beulich --- diff --git a/xen/arch/x86/mm/hap/hap.c b/xen/arch/x86/mm/hap/hap.c index 71227ef94b..60806bbbe7 100644 --- a/xen/arch/x86/mm/hap/hap.c +++ b/xen/arch/x86/mm/hap/hap.c @@ -269,7 +269,7 @@ static struct page_info *hap_alloc_p2m_page(struct domain *d) else if ( !d->arch.paging.p2m_alloc_failed ) { d->arch.paging.p2m_alloc_failed = 1; - dprintk(XENLOG_ERR, "d%i failed to allocate from HAP pool", + dprintk(XENLOG_ERR, "d%i failed to allocate from HAP pool\n", d->domain_id); }