confile: replace logging helpers

parent 71fac4fb
...@@ -3431,7 +3431,6 @@ static int get_config_console_size(const char *key, char *retv, int inlen, ...@@ -3431,7 +3431,6 @@ static int get_config_console_size(const char *key, char *retv, int inlen,
return lxc_get_conf_uint64(c, retv, inlen, c->console.log_size); return lxc_get_conf_uint64(c, retv, inlen, c->console.log_size);
} }
static int get_config_seccomp_profile(const char *key, char *retv, int inlen, static int get_config_seccomp_profile(const char *key, char *retv, int inlen,
struct lxc_conf *c, void *data) struct lxc_conf *c, void *data)
{ {
......
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