device: fix spelling in logging

(cherry picked from commit d51f2c2a4e)
This commit is contained in:
Thomas Haller 2016-08-29 17:14:04 +02:00
parent a3fd48545c
commit b1f5d3d798

View file

@ -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;
}