diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-06 18:36:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-06 18:36:50 +0000 |
commit | 3538b9a8822421b7c8596a33a917dcf2f99c92b7 (patch) | |
tree | 768c23fe79bb81583de7376a4d744632d888d303 /networking/libiproute | |
parent | 5d725462d44268f9a86030daaa6f6396d32f796c (diff) | |
download | busybox-w32-3538b9a8822421b7c8596a33a917dcf2f99c92b7.tar.gz busybox-w32-3538b9a8822421b7c8596a33a917dcf2f99c92b7.tar.bz2 busybox-w32-3538b9a8822421b7c8596a33a917dcf2f99c92b7.zip |
Implement optional syslog logging using ordinary
bb_xx_msg calls, and convert networking/* to it.
The rest of bbox will be converted gradually.
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/iproute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index 511e89107..c4bbd98b1 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
@@ -608,7 +608,7 @@ static int iproute_list_or_flush(int argc, char **argv, int flush) | |||
608 | } | 608 | } |
609 | filter.flushed = 0; | 609 | filter.flushed = 0; |
610 | if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) { | 610 | if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) { |
611 | bb_error_msg("Flush terminated\n"); | 611 | bb_error_msg("Flush terminated"); |
612 | return -1; | 612 | return -1; |
613 | } | 613 | } |
614 | if (filter.flushed == 0) { | 614 | if (filter.flushed == 0) { |