Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
199cb1fe
Commit
199cb1fe
authored
May 10, 2016
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1017 from tych0/increase-log-line-size
log: remove duplicate definitons and bump buffer size
parents
9504f141
88593cea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
log.c
src/lxc/log.c
+0
-2
log.h
src/lxc/log.h
+1
-1
No files found.
src/lxc/log.c
View file @
199cb1fe
...
...
@@ -40,8 +40,6 @@
#include "caps.h"
#include "utils.h"
#define LXC_LOG_PREFIX_SIZE 32
#define LXC_LOG_BUFFER_SIZE 512
#define LXC_LOG_DATEFOMAT_SIZE 15
int
lxc_log_fd
=
-
1
;
...
...
src/lxc/log.h
View file @
199cb1fe
...
...
@@ -44,7 +44,7 @@
#endif
#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 */
#if defined(__GNUC__)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment