[PATCH 01/11] NAN: Remove excessive print

Andrei Otcheretianski andrei.otcheretianski at intel.com
Tue Nov 26 01:10:10 PST 2024


As it polutes the log too much.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski at intel.com>
---
 src/common/nan_de.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/nan_de.c b/src/common/nan_de.c
index c38fd9ba60..e4c5f0e435 100644
--- a/src/common/nan_de.c
+++ b/src/common/nan_de.c
@@ -673,7 +673,7 @@ static void nan_de_timer(void *eloop_ctx, void *timeout_ctx)
 
 	if (next == 0)
 		next = 1;
-	wpa_printf(MSG_DEBUG, "NAN: Next timer in %u ms", next);
+
 	eloop_register_timeout(next / 1000, (next % 1000) * 1000, nan_de_timer,
 			       de, NULL);
 }
-- 
2.43.0




More information about the Hostap mailing list