Commit 93e2c336 by Christian Brauner Committed by GitHub

Merge pull request #1692 from 0x0916/2017-07-11/cgfsng

cgfsng: only output debug info when we set cgroup data
parents 05ad2eb3 6a628f4a
......@@ -1979,9 +1979,8 @@ static bool cgfsng_setup_limits(void *hdata, struct lxc_list *cgroup_settings,
cg->subsystem, cg->value, d->name);
goto out;
}
DEBUG("cgroup '%s' set to '%s'", cg->subsystem, cg->value);
}
DEBUG("cgroup '%s' set to '%s'", cg->subsystem, cg->value);
}
ret = true;
......
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