diff options
-rw-r--r-- | networking/ntpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index 2a96ddbd0..4695c3366 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -1953,8 +1953,8 @@ recv_and_process_peer_pkt(peer_t *p) | |||
1953 | adjust_poll(MINPOLL); | 1953 | adjust_poll(MINPOLL); |
1954 | } else { | 1954 | } else { |
1955 | VERB3 if (rc > 0) | 1955 | VERB3 if (rc > 0) |
1956 | bb_error_msg("want smaller poll interval: offset/jitter > %u", | 1956 | bb_error_msg("want smaller interval: offset/jitter = %u", |
1957 | POLLADJ_GATE); | 1957 | G.offset_to_jitter_ratio); |
1958 | adjust_poll(-G.poll_exp * 2); | 1958 | adjust_poll(-G.poll_exp * 2); |
1959 | } | 1959 | } |
1960 | } | 1960 | } |