]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index 80a3d777772116aa6e16a38f6d4bbf3e6245458f..45b5ec8e8d2b22a744c856751b64eadbb89aa4e7 100644 (file)
@@ -4340,7 +4340,7 @@ processNicRxFilterChangedEvent(virQEMUDriverPtr driver,
     def = dev.data.net;
 
     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",
                   def->info.alias, vm->def->name);
         /* not sending "query-rx-filter" will also suppress any