]> xenbits.xensource.com Git - libvirt.git/commit
qemu: change accidental VIR_WARNING back to VIR_DEBUG
authorLaine Stump <laine@laine.org>
Tue, 24 Mar 2015 14:45:09 +0000 (10:45 -0400)
committerLaine Stump <laine@laine.org>
Tue, 24 Mar 2015 15:51:27 +0000 (11:51 -0400)
commitdae3e246637a8863a1988683b0c43f461a1b4a5d
tree830254d2d6ba09f7f37c109a1e5121a6d2a914c2
parent6d4269eca01eb056c8ef1d39d5e82d16c8a67147
qemu: change accidental VIR_WARNING back to VIR_DEBUG

While debugging the support for responding to qemu RX_FILTER_CHANGED
events, I had changed the "ignoring this event" log message from
VIR_DEBUG to VIR_WARN, but forgot to change it back before
pushing. Since many guest OSes make enough changes to multicast lists
and/or promiscuous mode settings to trigger this message, it's
starting to show up as a red herring in bug reports.
src/qemu/qemu_driver.c