aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-02-10 07:06:31 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2016-02-10 07:06:31 +0100
commit383201e7258c3c1646f6d5cab4e813b5c3b3ecd0 (patch)
tree71895708fd7560bd263d68f380740c342538b3f0 /networking/ntpd.c
parentfc47fcefb6401605b142c30025c597dc4d110087 (diff)
downloadbusybox-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.c2
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)
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);
}