Explorar el Código

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

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko hace 3 años
padre
commit
5024d86255
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      networking/ntpd.c

+ 1 - 1
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.