module/network: disable debug logging

This commit is contained in:
Daniel Eklöf 2019-01-01 13:10:35 +01:00
parent ea2cc50194
commit a96f901a15

View file

@ -15,7 +15,7 @@
#include <linux/rtnetlink.h>
#define LOG_MODULE "network"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "../log.h"
#include "../module.h"
#include "../bar.h"