device: downgrade debug logging about not setting hardware address

No change is not particularly interesting, and for Wi-Fi devices
it happens everytime we scan. Downgrade the debug message to trace
level.
This commit is contained in:
Thomas Haller 2016-07-09 10:23:25 +02:00
parent 45484af2af
commit e988ed96f9

View file

@ -11674,7 +11674,7 @@ _hw_addr_set (NMDevice *self,
/* Do nothing if current MAC is same */
if (cur_addr && nm_utils_hwaddr_matches (cur_addr, -1, addr, -1)) {
_LOGD (LOGD_DEVICE, "set-hw-addr: no MAC address change needed");
_LOGT (LOGD_DEVICE, "set-hw-addr: no MAC address change needed (%s)", cur_addr);
return TRUE;
}