diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-02-21 08:54:08 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-02-21 08:54:08 +0100 |
commit | 5024d862551a762f8e95d887830710cd32c03fb8 (patch) | |
tree | e7f05caa6d2888a89d95af73b4b36654b5890632 | |
parent | 64483324c5422ad8e3cf413929b1360ce6245e7e (diff) | |
download | busybox-w32-5024d862551a762f8e95d887830710cd32c03fb8.tar.gz busybox-w32-5024d862551a762f8e95d887830710cd32c03fb8.tar.bz2 busybox-w32-5024d862551a762f8e95d887830710cd32c03fb8.zip |
ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 1f17b08ef..8c9e59de1 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -2767,7 +2767,7 @@ int ntpd_main(int argc UNUSED_PARAM, char **argv) | |||
2767 | timeout++; /* (nextaction - G.cur_time) rounds down, compensating */ | 2767 | timeout++; /* (nextaction - G.cur_time) rounds down, compensating */ |
2768 | 2768 | ||
2769 | /* Here we may block */ | 2769 | /* Here we may block */ |
2770 | VERB2 { | 2770 | VERB3 { |
2771 | if (i > (ENABLE_FEATURE_NTPD_SERVER && G_listen_fd != -1)) { | 2771 | if (i > (ENABLE_FEATURE_NTPD_SERVER && G_listen_fd != -1)) { |
2772 | /* We wait for at least one reply. | 2772 | /* We wait for at least one reply. |
2773 | * Poll for it, without wasting time for message. | 2773 | * Poll for it, without wasting time for message. |