ntpd: more informative poll lowering message

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2016-03-03 22:01:23 +01:00
parent 35e063e1b9
commit 4c48a64747

View File

@ -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);
}
}