diff options
Diffstat (limited to 'networking/ifplugd.c')
-rw-r--r-- | networking/ifplugd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 62b1355..3567dea 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) { |