aboutsummaryrefslogtreecommitdiff
path: root/networking/ifplugd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifplugd.c')
-rw-r--r--networking/ifplugd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifplugd.c b/networking/ifplugd.c
index 62b135524..3567dea03 100644
--- a/networking/ifplugd.c
+++ b/networking/ifplugd.c
@@ -486,7 +486,7 @@ static smallint detect_link(void)
if (status == IFSTATUS_ERR
&& G.detect_link_func == detect_link_auto
) {
- bb_error_msg("failed to detect link status");
+ bb_error_msg("can't detect link status");
}
if (status != G.iface_last_status) {