aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_private.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-28 09:31:09 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-28 09:31:09 +0100
commit0f02f4e0e8dc3fbd87ab11a088f960a1f38ee87f (patch)
treea9de00d1ee0cfa6e645b596cb23982603ceefd34 /tools/libxc/xc_private.h
parent5cc436c1d2b3b0be3f42104582f53eec3969b43a (diff)
downloadxen-0f02f4e0e8dc3fbd87ab11a088f960a1f38ee87f.tar.gz
xen-0f02f4e0e8dc3fbd87ab11a088f960a1f38ee87f.tar.bz2
xen-0f02f4e0e8dc3fbd87ab11a088f960a1f38ee87f.zip
libxc: Use new DBGPRINTF for a few debugging output messages
oubuf and batch restore write messages should be sent with level XTL_DEBUG so that they don't disturb progress output even with -v. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxc/xc_private.h')
-rw-r--r--tools/libxc/xc_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/xc_private.h b/tools/libxc/xc_private.h
index 19de3ba436..95c0f7d493 100644
--- a/tools/libxc/xc_private.h
+++ b/tools/libxc/xc_private.h
@@ -77,6 +77,7 @@ void xc_report_progress_step(xc_interface *xch,
#define IPRINTF(_f, _a...) xc_report(xch, xch->error_handler, XTL_INFO,0, _f , ## _a)
#define DPRINTF(_f, _a...) xc_report(xch, xch->error_handler, XTL_DETAIL,0, _f , ## _a)
+#define DBGPRINTF(_f, _a...) xc_report(xch, xch->error_handler, XTL_DEBUG,0, _f , ## _a)
#define ERROR(_m, _a...) xc_report_error(xch,XC_INTERNAL_ERROR,_m , ## _a )
#define PERROR(_m, _a...) xc_report_error(xch,XC_INTERNAL_ERROR,_m \