]> xenbits.xensource.com Git - people/julieng/xen-unstable.git/commitdiff
x86/shadow: Fix missing newline in dprintk()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 12 Oct 2015 14:01:56 +0000 (16:01 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 12 Oct 2015 14:01:56 +0000 (16:01 +0200)
to avoid console corruption.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/shadow/common.c

index 3759232140bf8d8cc8cf7d9becce4d072b20152b..58f131ccb535ca3abe5d2c193c30c8d32ee96df1 100644 (file)
@@ -1580,7 +1580,7 @@ shadow_alloc_p2m_page(struct domain *d)
         if ( !d->arch.paging.p2m_alloc_failed )
         {
             d->arch.paging.p2m_alloc_failed = 1;
-            dprintk(XENLOG_ERR, "d%i failed to allocate from shadow pool",
+            dprintk(XENLOG_ERR, "d%i failed to allocate from shadow pool\n",
                     d->domain_id);
         }
         paging_unlock(d);