[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [TOOLS] Remove a debug message which is spamming the logs during live
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxxxxx> # Date 1170325302 0 # Node ID b38ae44fa5584544365476e87f1bf9d70f9fbb15 # Parent 8132bf3ddbef6901f39694a7a9024bd92fb2a91a [TOOLS] Remove a debug message which is spamming the logs during live migration. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx> --- tools/libxc/xc_linux_save.c | 2 -- 1 files changed, 2 deletions(-) diff -r 8132bf3ddbef -r b38ae44fa558 tools/libxc/xc_linux_save.c --- a/tools/libxc/xc_linux_save.c Thu Feb 01 10:20:34 2007 +0000 +++ b/tools/libxc/xc_linux_save.c Thu Feb 01 10:21:42 2007 +0000 @@ -536,8 +536,6 @@ static int canonicalize_pagetable(unsign 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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog |
Lists.xenproject.org is hosted with RackSpace, monitoring our |