[git commit] ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" message

Denys Vlasenko vda.linux at googlemail.com
Sun Feb 21 07:54:08 UTC 2021


commit: https://git.busybox.net/busybox/commit/?id=5024d862551a762f8e95d887830710cd32c03fb8
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/ntpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 		timeout++; /* (nextaction - G.cur_time) rounds down, compensating */
 
 		/* Here we may block */
-		VERB2 {
+		VERB3 {
 			if (i > (ENABLE_FEATURE_NTPD_SERVER && G_listen_fd != -1)) {
 				/* We wait for at least one reply.
 				 * Poll for it, without wasting time for message.


More information about the busybox-cvs mailing list