mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
logging: disable debug logging by default
This commit is contained in:
parent
df5be1061d
commit
1373d18dbc
8 changed files with 8 additions and 8 deletions
2
grid.c
2
grid.c
|
|
@ -4,7 +4,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
#define LOG_MODULE "grid"
|
||||
#define LOG_ENABLE_DBG 1
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
|
||||
struct cell *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue