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 62b135524..3567dea03 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c | |||
@@ -486,7 +486,7 @@ static smallint detect_link(void) | |||
486 | if (status == IFSTATUS_ERR | 486 | if (status == IFSTATUS_ERR |
487 | && G.detect_link_func == detect_link_auto | 487 | && G.detect_link_func == detect_link_auto |
488 | ) { | 488 | ) { |
489 | bb_error_msg("failed to detect link status"); | 489 | bb_error_msg("can't detect link status"); |
490 | } | 490 | } |
491 | 491 | ||
492 | if (status != G.iface_last_status) { | 492 | if (status != G.iface_last_status) { |