Replace a few more bb_info_msg's by bb_error_msg or printf
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
76b680c7a8
commit
066e76befe
8 changed files with 11 additions and 11 deletions
|
@ -497,7 +497,7 @@ send_probe(int seq, int ttl)
|
|||
|
||||
res = xsendto(sndsock, out, len, &dest_lsa->u.sa, dest_lsa->len);
|
||||
if (res != len)
|
||||
bb_info_msg("sent %d octets, ret=%d", len, res);
|
||||
bb_error_msg("sent %d octets, ret=%d", len, res);
|
||||
}
|
||||
|
||||
#if ENABLE_FEATURE_TRACEROUTE_VERBOSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue