mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 17:12:14 +00:00
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>
This commit is contained in:
parent
c9a841734e
commit
fbf5de31e3
@ -161,7 +161,7 @@ AC_ARG_ENABLE([tests],
|
|||||||
AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = "xyes"])
|
AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = "xyes"])
|
||||||
|
|
||||||
# LXC container path, where the containers are actually stored
|
# LXC container path, where the containers are actually stored
|
||||||
# This is overriden by an entry in the file called LXCCONF
|
# This is overridden by an entry in the file called LXCCONF
|
||||||
# (i.e. /etc/lxc/lxc.conf)
|
# (i.e. /etc/lxc/lxc.conf)
|
||||||
AC_ARG_WITH([config-path],
|
AC_ARG_WITH([config-path],
|
||||||
[AC_HELP_STRING(
|
[AC_HELP_STRING(
|
||||||
|
@ -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)
|
int do_lxc_log_set_file(const char *fname, int from_default)
|
||||||
{
|
{
|
||||||
if (lxc_log_specified) {
|
if (lxc_log_specified) {
|
||||||
INFO("lxc.logfile overriden by command line");
|
INFO("lxc.logfile overridden by command line");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (lxc_log_fd != -1) {
|
if (lxc_log_fd != -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user