diff options
-rw-r--r-- | networking/ntpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index 32590a185..1651670d9 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -1947,7 +1947,7 @@ recv_and_process_peer_pkt(peer_t *p) | |||
1947 | adjust_poll(MINPOLL); | 1947 | adjust_poll(MINPOLL); |
1948 | } else { | 1948 | } else { |
1949 | VERB3 if (rc > 0) | 1949 | VERB3 if (rc > 0) |
1950 | bb_error_msg("want smaller poll interval: offset/jitter ratio > %u", | 1950 | bb_error_msg("want smaller poll interval: offset/jitter > %u", |
1951 | POLLADJ_GATE); | 1951 | POLLADJ_GATE); |
1952 | adjust_poll(-G.poll_exp * 2); | 1952 | adjust_poll(-G.poll_exp * 2); |
1953 | } | 1953 | } |