diff options
| author | Soikk | 2025-12-11 01:47:51 +0100 |
|---|---|---|
| committer | Soikk | 2025-12-11 01:47:51 +0100 |
| commit | 5782ed4c6b0c0dc3a1f5863935541301ebc4e5ef (patch) | |
| tree | a91a436ca0331e4a0abd6143a43e619abaafdc8c /log/log.h | |
| parent | 7bcdd0f00754dc82772386f17cd885b9c71a2db0 (diff) | |
| download | soikk-libs-master.tar.xz soikk-libs-master.tar.zst | |
Diffstat (limited to 'log/log.h')
| -rwxr-xr-x | log/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ enum { }; #define MAX_LOGFILES (8) -#define MSG_LIMIT (256) +#define MSG_LIMIT (4096) int log_get_stderr(int level); |
