mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 02:00:15 +01:00
device: fix spelling in logging
This commit is contained in:
parent
091620e765
commit
d51f2c2a4e
1 changed files with 1 additions and 1 deletions
|
|
@ -11820,7 +11820,7 @@ _hw_addr_set (NMDevice *self,
|
|||
operation, addr, detail);
|
||||
} else {
|
||||
_LOGW (LOGD_DEVICE,
|
||||
"set-hw-addr: new MAC address %s not successfully set to %s (%s)",
|
||||
"set-hw-addr: new MAC address %s not successfully %s (%s)",
|
||||
addr, operation, detail);
|
||||
success = FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue