Commit 199cb1fe by Stéphane Graber

Merge pull request #1017 from tych0/increase-log-line-size

log: remove duplicate definitons and bump buffer size
parents 9504f141 88593cea
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
#include "caps.h" #include "caps.h"
#include "utils.h" #include "utils.h"
#define LXC_LOG_PREFIX_SIZE 32
#define LXC_LOG_BUFFER_SIZE 512
#define LXC_LOG_DATEFOMAT_SIZE 15 #define LXC_LOG_DATEFOMAT_SIZE 15
int lxc_log_fd = -1; int lxc_log_fd = -1;
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#endif #endif
#define LXC_LOG_PREFIX_SIZE 32 #define LXC_LOG_PREFIX_SIZE 32
#define LXC_LOG_BUFFER_SIZE 512 #define LXC_LOG_BUFFER_SIZE 1024
/* This attribute is required to silence clang warnings */ /* This attribute is required to silence clang warnings */
#if defined(__GNUC__) #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