summaryrefslogtreecommitdiff
path: root/log
diff options
context:
space:
mode:
Diffstat (limited to 'log')
-rw-r--r--log/logread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log/logread.c b/log/logread.c
index 920d96b..784d1f9 100644
--- a/log/logread.c
+++ b/log/logread.c
@@ -100,7 +100,7 @@ static int log_notify(struct blob_attr *msg)
{
struct blob_attr *tb[__LOG_MAX];
struct stat s;
- char buf[512];
+ char buf[LOG_LINE_SIZE + 128];
char buf_ts[32];
uint32_t p;
time_t t;