From: Ian Campbell Date: Thu, 1 Feb 2007 10:21:42 +0000 (+0000) Subject: [TOOLS] Remove a debug message which is spamming the logs during live X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15358^2~27^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c4ed974a4505b140782688093bc54d750716e38;p=xen.git [TOOLS] Remove a debug message which is spamming the logs during live migration. Signed-off-by: Ian Campbell --- diff --git a/tools/libxc/xc_linux_save.c b/tools/libxc/xc_linux_save.c index de1c605002..0d8f045951 100644 --- a/tools/libxc/xc_linux_save.c +++ b/tools/libxc/xc_linux_save.c @@ -536,8 +536,6 @@ static int canonicalize_pagetable(unsigned long type, unsigned long pfn, if (!MFN_IS_IN_PSEUDOPHYS_MAP(mfn)) { /* This will happen if the type info is stale which is quite feasible under live migration */ - DPRINTF("PT Race: [%08lx,%d] pte=%llx, mfn=%08lx\n", - type, i, (unsigned long long)pte, mfn); pfn = 0; /* zap it - we'll retransmit this page later */ race = 1; /* inform the caller of race; fatal if !live */ } else