mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 09:40:17 +01:00
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:
parent
45484af2af
commit
e988ed96f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue