From: Christian Brauner Date: Wed, 22 Aug 2018 13:36:15 +0000 (+0200) Subject: {file,string}_utils: remove NO_LOG X-Git-Tag: lxc-3.1.0~133^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b0575412af6016170820de67b5655fc1d1ef750;p=thirdparty%2Flxc.git {file,string}_utils: remove NO_LOG Signed-off-by: Christian Brauner --- diff --git a/src/lxc/file_utils.c b/src/lxc/file_utils.c index 89d90c269..63e8322d6 100644 --- a/src/lxc/file_utils.c +++ b/src/lxc/file_utils.c @@ -31,9 +31,7 @@ #include "macro.h" #include "string.h" -#ifndef NO_LOG lxc_log_define(file_utils, lxc); -#endif int lxc_write_to_file(const char *filename, const void *buf, size_t count, bool add_newline, mode_t mode) diff --git a/src/lxc/string_utils.c b/src/lxc/string_utils.c index e5e818373..e9136a2f2 100644 --- a/src/lxc/string_utils.c +++ b/src/lxc/string_utils.c @@ -56,9 +56,7 @@ #include "include/strlcat.h" #endif -#ifndef NO_LOG lxc_log_define(string_utils, lxc); -#endif char **lxc_va_arg_list_to_argv(va_list ap, size_t skip, int do_strdup) {