summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2013-11-18 13:18:17 +0100
committerJiří Klimeš <jklimes@redhat.com>2013-11-18 13:18:17 +0100
commit1a74629a3ff69eeb74e51d56034d61d664176e21 (patch)
treea5e387ae8ba09d64b263ec17731ba5b696b12955
parentdf7406fcf26e9c24fc1e3de2c310948802f374c4 (diff)
downloadNetworkManager-1a74629a3ff69eeb74e51d56034d61d664176e21.tar.gz
team: correct the message telling the teamd binary is missing
-rw-r--r--src/devices/nm-device-team.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/nm-device-team.c b/src/devices/nm-device-team.c
index 8f119dd85f..009839acb9 100644
--- a/src/devices/nm-device-team.c
+++ b/src/devices/nm-device-team.c
@@ -513,7 +513,8 @@ teamd_start (NMDevice *dev, NMSettingTeam *s_team, NMDeviceTeamPrivate *priv)
if (!*teamd_binary) {
nm_log_warn (LOGD_TEAM,
- "Activation (%s) to start teamd: not found", iface);
+ "Activation (%s) failed to start teamd: teamd binary not found",
+ iface);
return FALSE;
}