Change logging when unable to get VIFs for RadioStateChange, as this is potentially a valid scenario

This commit is contained in:
Mike Hansen
2020-07-15 16:39:00 -04:00
parent 95e551bc7f
commit 6e4f77a17b

View File

@@ -690,7 +690,7 @@ public class OvsdbDao {
} catch (Exception e) {
LOG.error("Could not get Wifi_VIF_State for UUID {}", uuid, e);
LOG.info("Could not get Wifi_VIF_State for UUID {}. {}", uuid, e.getMessage());
}
}