diff options
Diffstat (limited to 'main/busybox/4004-ntpd-more-informative-poll-lowering-message.patch')
-rw-r--r-- | main/busybox/4004-ntpd-more-informative-poll-lowering-message.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/main/busybox/4004-ntpd-more-informative-poll-lowering-message.patch b/main/busybox/4004-ntpd-more-informative-poll-lowering-message.patch deleted file mode 100644 index 721e731610..0000000000 --- a/main/busybox/4004-ntpd-more-informative-poll-lowering-message.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 4c48a6474701d8b396a14213ebcc979a49187faf Mon Sep 17 00:00:00 2001 -From: Denys Vlasenko <vda.linux@googlemail.com> -Date: Thu, 3 Mar 2016 22:01:23 +0100 -Subject: [PATCH 4004/4007] ntpd: more informative poll lowering message - -Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> ---- - networking/ntpd.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/networking/ntpd.c b/networking/ntpd.c -index 2a96ddb..4695c33 100644 ---- a/networking/ntpd.c -+++ b/networking/ntpd.c -@@ -1953,8 +1953,8 @@ 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 > %u", -- POLLADJ_GATE); -+ bb_error_msg("want smaller interval: offset/jitter = %u", -+ G.offset_to_jitter_ratio); - adjust_poll(-G.poll_exp * 2); - } - } --- -2.8.3 - |