ntpd: make "reply from IP" messages more uniform
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
07fcaab595
commit
79bec06168
@ -1704,7 +1704,7 @@ recv_and_process_peer_pkt(peer_t *p)
|
|||||||
|
|
||||||
p->reachable_bits |= 1;
|
p->reachable_bits |= 1;
|
||||||
if ((MAX_VERBOSE && G.verbose) || (option_mask32 & OPT_w)) {
|
if ((MAX_VERBOSE && G.verbose) || (option_mask32 & OPT_w)) {
|
||||||
bb_error_msg("reply from:%s offset:%+f delay:%f status:0x%02x strat:%d refid:0x%08x rootdelay:%f reach:0x%02x",
|
bb_error_msg("reply from %s: offset:%+f delay:%f status:0x%02x strat:%d refid:0x%08x rootdelay:%f reach:0x%02x",
|
||||||
p->p_dotted,
|
p->p_dotted,
|
||||||
datapoint->d_offset,
|
datapoint->d_offset,
|
||||||
p->lastpkt_delay,
|
p->lastpkt_delay,
|
||||||
|
Loading…
Reference in New Issue
Block a user