Commit bc2250ff by Tycho Andersen Committed by Stéphane Graber

log: bump LXC_LOG_BUFFER_SIZE to 4096

We need to log longer lines due to CRIU arguments. Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
parent 1fe2570e
......@@ -44,7 +44,7 @@
#endif
#define LXC_LOG_PREFIX_SIZE 32
#define LXC_LOG_BUFFER_SIZE 1024
#define LXC_LOG_BUFFER_SIZE 4096
/* This attribute is required to silence clang warnings */
#if defined(__GNUC__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment