conf: log prlimit setup

parent ff69eaad
...@@ -2600,8 +2600,10 @@ int setup_resource_limits(struct lxc_list *limits, pid_t pid) ...@@ -2600,8 +2600,10 @@ int setup_resource_limits(struct lxc_list *limits, pid_t pid)
SYSERROR("Failed to set limit %s", lim->resource); SYSERROR("Failed to set limit %s", lim->resource);
return -1; return -1;
} }
TRACE("Setup \"%s\" limit", lim->resource);
#else #else
ERROR("Cannot set limit %s as prlimit is missing", lim->resource); ERROR("Cannot set limit \"%s\" as prlimit is missing", lim->resource);
return -1; return -1;
#endif #endif
} }
......
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