summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/misc/syslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/syslog.c b/src/misc/syslog.c
index fbce4bcd..d5874991 100644
--- a/src/misc/syslog.c
+++ b/src/misc/syslog.c
@@ -81,7 +81,7 @@ static void _vsyslog(int priority, const char *message, va_list ap)
char timebuf[16];
time_t now;
struct tm tm;
- char buf[256];
+ char buf[1024];
int errno_save = errno;
int pid;
int l, l2;