From a96f901a1506eaafb754bd35755cb100a2c3a332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 1 Jan 2019 13:10:35 +0100 Subject: [PATCH] module/network: disable debug logging --- modules/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/network.c b/modules/network.c index 08f4272..4abadf5 100644 --- a/modules/network.c +++ b/modules/network.c @@ -15,7 +15,7 @@ #include #define LOG_MODULE "network" -#define LOG_ENABLE_DBG 1 +#define LOG_ENABLE_DBG 0 #include "../log.h" #include "../module.h" #include "../bar.h"