ntpd: more informative poll lowering message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
35e063e1b9
commit
4c48a64747
@ -1953,8 +1953,8 @@ recv_and_process_peer_pkt(peer_t *p)
|
||||
adjust_poll(MINPOLL);
|
||||
} else {
|
||||
VERB3 if (rc > 0)
|
||||
bb_error_msg("want smaller poll interval: offset/jitter > %u",
|
||||
POLLADJ_GATE);
|
||||
bb_error_msg("want smaller interval: offset/jitter = %u",
|
||||
G.offset_to_jitter_ratio);
|
||||
adjust_poll(-G.poll_exp * 2);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user