]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: switch virLogEatParams to virLogSource
authorJán Tomko <jtomko@redhat.com>
Mon, 15 Oct 2012 07:14:26 +0000 (09:14 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Oct 2012 09:13:43 +0000 (11:13 +0200)
commita9e3b4f78e379a27d2cb369ac8fe40ed4f304894
treeafd79bc6f3f1422141c4dea3dc920880d3773def
parentf81f0f2f1d703a84d94018b99f38500ad7b63085
util: switch virLogEatParams to virLogSource

Commit e8fd8757c89abbd38571092bbb987650b7658aec changed 'const char *'
category to virLogSource enum. This changes it in virLogEatParams as
well, thus fixing the build with --disable-debug.
--
Hopefully moving the enum declarations is less ugly than using int.
src/util/logging.h