From ed134b368e6f9dad5722fd9b10c7c183fb9d795a Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 2 Oct 2015 15:56:40 +0100 Subject: [PATCH] libxl: map LIBXL__LOG_VERBOSE to XTL_VERBOSE There is code in libxl using XTL_VERBOSE. We should provide a libxl mapping for it. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- tools/libxl/libxl_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index c2413c2ce6..d035b6dace 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -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 -- 2.30.2