projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc47fce
)
ntpd: shorter message
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 10 Feb 2016 06:06:31 +0000
(07:06 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 10 Feb 2016 06:06:31 +0000
(07:06 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ntpd.c
patch
|
blob
|
history
diff --git
a/networking/ntpd.c
b/networking/ntpd.c
index 32590a18566a5d9764690b66f55e5bbeb66b2304..1651670d9e3b8d617e8682279122c8fc7eb72ce2 100644
(file)
--- 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);
}