module/river: disable debug log output

This commit is contained in:
Daniel Eklöf 2021-07-01 17:14:26 +02:00
parent f5903112cd
commit 7c6874d826
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -8,7 +8,7 @@
#include <tllist.h>
#define LOG_MODULE "river"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "../log.h"
#include "../plugin.h"
#include "../particles/dynlist.h"