diff options
author | Denys Vlasenko | 2016-02-10 07:06:31 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-02-10 07:06:31 +0100 |
commit | 383201e7258c3c1646f6d5cab4e813b5c3b3ecd0 (patch) | |
tree | 71895708fd7560bd263d68f380740c342538b3f0 /networking/ntpd.c | |
parent | fc47fcefb6401605b142c30025c597dc4d110087 (diff) | |
download | busybox-383201e7258c3c1646f6d5cab4e813b5c3b3ecd0.zip busybox-383201e7258c3c1646f6d5cab4e813b5c3b3ecd0.tar.gz |
ntpd: shorter message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ntpd.c')
-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 32590a1..1651670 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -1947,7 +1947,7 @@ 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 ratio > %u", + bb_error_msg("want smaller poll interval: offset/jitter > %u", POLLADJ_GATE); adjust_poll(-G.poll_exp * 2); } |