mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 04:25:42 +02:00
tag: pull in logging
This commit is contained in:
parent
a4c13b1978
commit
09fcedc33f
1 changed files with 3 additions and 0 deletions
3
tag.c
3
tag.c
|
@ -5,6 +5,9 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#define LOG_MODULE "tag"
|
||||||
|
#define LOG_ENABLE_DBG 1
|
||||||
|
#include "log.h"
|
||||||
#include "module.h"
|
#include "module.h"
|
||||||
|
|
||||||
struct private {
|
struct private {
|
||||||
|
|
Loading…
Add table
Reference in a new issue