mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 08:35:22 +00:00
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.
(cherry picked from commit dae3e24663
)
This commit is contained in:
parent
28575e750f
commit
b1972ce50b
@ -4367,7 +4367,7 @@ processNicRxFilterChangedEvent(virQEMUDriverPtr driver,
|
|||||||
def = dev.data.net;
|
def = dev.data.net;
|
||||||
|
|
||||||
if (!virDomainNetGetActualTrustGuestRxFilters(def)) {
|
if (!virDomainNetGetActualTrustGuestRxFilters(def)) {
|
||||||
VIR_WARN("ignore NIC_RX_FILTER_CHANGED event for network "
|
VIR_DEBUG("ignore NIC_RX_FILTER_CHANGED event for network "
|
||||||
"device %s in domain %s",
|
"device %s in domain %s",
|
||||||
def->info.alias, vm->def->name);
|
def->info.alias, vm->def->name);
|
||||||
/* not sending "query-rx-filter" will also suppress any
|
/* not sending "query-rx-filter" will also suppress any
|
||||||
|
Loading…
Reference in New Issue
Block a user