]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Change logging category parameter into an enum
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 27 Sep 2012 13:44:22 +0000 (14:44 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Sep 2012 09:39:28 +0000 (10:39 +0100)
commite8fd8757c89abbd38571092bbb987650b7658aec
tree67863822fcd995dad967b9dcaf05fc65f9cb0420
parent0225c566f4d58dac9cd1071c97c495c5beaf653e
Change logging category parameter into an enum

The 'const char *category' parameter only has a few possible
values now that the filename has been separated. Turn this
parameter into an enum instead.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/internal.h
src/node_device/node_device_udev.c
src/uml/uml_conf.c
src/util/logging.c
src/util/logging.h
src/util/viraudit.c
src/util/viraudit.h
src/util/virterror.c
tests/testutils.c