diff options
author | 2023-02-27 16:52:35 +0100 | |
---|---|---|
committer | 2023-02-27 16:52:35 +0100 | |
commit | 73f7efaefcb19014c1f4455cec61fd4644b43518 (patch) | |
tree | d143f6388bc20041589716b5a2f909a018c61a40 /src/log.h | |
parent | 0fbf7a8f73b39ada8384e365025127d5d97d1170 (diff) | |
download | log-73f7efaefcb19014c1f4455cec61fd4644b43518.tar.gz log-73f7efaefcb19014c1f4455cec61fd4644b43518.zip |
Rename the variable `filename` to `tag`
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #define __LOG_H__ typedef struct Log { - const char *filename; + const char *tag; int level; } Log; |