aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index 84c9c72..06b9b17 100644
--- a/src/log.h
+++ b/src/log.h
@@ -4,7 +4,7 @@
#define __LOG_H__
typedef struct Log {
- const char *filename;
+ const char *tag;
int level;
} Log;