mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-02 19:47:52 +00:00
Change logging when unable to get VIFs for RadioStateChange, as this is potentially a valid scenario
This commit is contained in:
@@ -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());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user