diff --git a/src/lxc/start.c b/src/lxc/start.c index fcfdb226c..f846af6d1 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -1567,7 +1567,7 @@ static int core_scheduling(struct lxc_handler *handler) ret = core_scheduling_cookie_create_threadgroup(handler->pid); if (ret < 0) { if (ret == -EINVAL) - return sysinfo("The kernel does not support core scheduling"); + return sysinfo_ret(0, "The kernel does not support core scheduling"); return syserror("Failed to create new core scheduling domain"); }