
On 03/24/2015 11:09 AM, John Ferlan wrote:
On 03/24/2015 10:49 AM, Laine Stump wrote:
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK -
Ironically I had just started noticing this in a debug session and began wondering...
At least you have the presence of mind to wonder, rather than blindly filing a bug report :-P Thanks for the ACK, I've pushed it.