summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-08-29 17:14:04 +0200
committerThomas Haller <thaller@redhat.com>2016-08-29 17:14:11 +0200
commitd51f2c2a4e99799739e2adbeaf578144b556c4b9 (patch)
treeee84866ffe5a8f59f49eb01ca6fc56d7a8702517
parent091620e76592349ae3efee08faed881ce1a2495b (diff)
downloadNetworkManager-d51f2c2a4e99799739e2adbeaf578144b556c4b9.tar.gz
device: fix spelling in logging
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 199acc66b6..305a1bb711 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -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;
}