libxl: macro LOG() used in place of LIBXL__LOG in libxl_qmp.c
authorKelley Nielsen <kelleynnn@gmail.com>
Sun, 10 Nov 2013 03:05:05 +0000 (19:05 -0800)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 11 Nov 2013 12:16:43 +0000 (12:16 +0000)
commit930921ccb14f005cffa093a43dcb374798626338
treeb49a200964e9fd21ba401e18da9816e6d11252a8
parent9919bc90cf52dc2cd900197568d78e0c7d662faa
libxl: macro LOG() used in place of LIBXL__LOG in libxl_qmp.c

Code cleanup -- no functional changes

Coding style has recently been changed for libxl. The convenience macro
LOG() has been introduced, and it is intended that it calls to the old
macro LIBXL__LOG() be replaced with it. Change 7 occurences of the old
macro (in functions that have a local libxl_gc *gc) to the new one.

Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_qmp.c