]> xenbits.xensource.com Git - xen.git/commitdiff
x86/hap: fix lack of newline in error message
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 22 Apr 2014 10:09:36 +0000 (12:09 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 22 Apr 2014 10:09:36 +0000 (12:09 +0200)
to avoid corrupting the following line.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <JBeulich@suse.com>
xen/arch/x86/mm/hap/hap.c

index 71227ef94baa821fc9478f1ef3ea3f6d043f58c2..60806bbbe7ba18346bbd432256e1379dcc601561 100644 (file)
@@ -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);
     }