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
fbf5de31
Commit
fbf5de31
authored
Feb 18, 2013
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos identified by lintian
Lintian spotted those two typos. Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
Acked-by:
Serge E. Hallyn
<
serge.hallyn@ubuntu.com
>
parent
c9a84173
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+1
-1
log.c
src/lxc/log.c
+1
-1
No files found.
configure.ac
View file @
fbf5de31
...
...
@@ -161,7 +161,7 @@ AC_ARG_ENABLE([tests],
AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = "xyes"])
# LXC container path, where the containers are actually stored
# This is overriden by an entry in the file called LXCCONF
# This is overrid
d
en by an entry in the file called LXCCONF
# (i.e. /etc/lxc/lxc.conf)
AC_ARG_WITH([config-path],
[AC_HELP_STRING(
...
...
src/lxc/log.c
View file @
fbf5de31
...
...
@@ -306,7 +306,7 @@ char *log_fname; // default to NULL, set in lxc_log_set_file.
int
do_lxc_log_set_file
(
const
char
*
fname
,
int
from_default
)
{
if
(
lxc_log_specified
)
{
INFO
(
"lxc.logfile overriden by command line"
);
INFO
(
"lxc.logfile overrid
d
en by command line"
);
return
0
;
}
if
(
lxc_log_fd
!=
-
1
)
{
...
...
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