diff options
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); |
