summaryrefslogtreecommitdiff
path: root/log/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log/log.h')
-rwxr-xr-xlog/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log/log.h b/log/log.h
index 1e35301..26eb333 100755
--- a/log/log.h
+++ b/log/log.h
@@ -23,7 +23,7 @@ enum {
};
#define MAX_LOGFILES (8)
-#define MSG_LIMIT (256)
+#define MSG_LIMIT (4096)
int log_get_stderr(int level);