]> xenbits.xensource.com Git - people/julieng/xen-unstable.git/commitdiff
libxl: map LIBXL__LOG_VERBOSE to XTL_VERBOSE
authorWei Liu <wei.liu2@citrix.com>
Fri, 2 Oct 2015 14:56:40 +0000 (15:56 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 7 Oct 2015 11:30:36 +0000 (12:30 +0100)
There is code in libxl using XTL_VERBOSE. We should provide a libxl
mapping for it.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_internal.h

index c2413c2ce620950b550f35792302a12355d73b24..d035b6dace3f07e7129322a5cf5d5e48006b844d 100644 (file)
@@ -1637,6 +1637,7 @@ _hidden const libxl_vnc_info *libxl__dm_vnc(const libxl_domain_config *g_cfg);
 _hidden char *libxl__abs_path(libxl__gc *gc, const char *s, const char *path);
 
 #define LIBXL__LOG_DEBUG   XTL_DEBUG
+#define LIBXL__LOG_VERBOSE XTL_VERBOSE
 #define LIBXL__LOG_INFO    XTL_INFO
 #define LIBXL__LOG_WARNING XTL_WARN
 #define LIBXL__LOG_ERROR   XTL_ERROR