[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] libxc: use DPRINTF in xc_domain_dumpcore_via_callback
That line doesn't reveal much information to ordinary users. Change that to debug output. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/libxc/xc_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_core.c b/tools/libxc/xc_core.c index d792566..e581905 100644 --- a/tools/libxc/xc_core.c +++ b/tools/libxc/xc_core.c @@ -859,7 +859,7 @@ copy_done: /* When live dump-mode (-L option) is specified, * guest domain may reduce memory. pad with zero pages. */ - IPRINTF("j (%ld) != nr_pages (%ld)", j, nr_pages); + DPRINTF("j (%ld) != nr_pages (%ld)", j, nr_pages); memset(dump_mem_start, 0, PAGE_SIZE); for (; j < nr_pages; j++) { sts = dump_rtn(xch, args, dump_mem_start, PAGE_SIZE); -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |