[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 04/31] libxl_json: fix build with DEBUG_ANSWER
Anthony PERARD writes ("[PATCH v3 04/31] libxl_json: fix build with DEBUG_ANSWER"): > Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Although, > yajl_gen_get_buf((yajl_ctx)->g, &buf, &len); \ > - LIBXL__LOG(libxl__gc_owner((yajl_ctx)->gc), LIBXL__LOG_DEBUG, > - "response:\n", buf); \ > + LIBXL__LOG(libxl__gc_owner((yajl_ctx)->gc), XTL_DEBUG, \ > + "response: %s\n", buf); \ I'm not sure why you changed LIBXL__LOG_DEBUG to XTL_DEBUG. It would be nice to mention it in the commit message. Personally I would prefer it because (i) it's shorter (ii) we're not likely to want to decouple the libxl log levels from the XTL ones (iii) if we do, in the future, it will be an easy search-and-replace. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |