start: add missing TRACE() call

parent 9ad66589
......@@ -959,6 +959,7 @@ void lxc_fini(const char *name, struct lxc_handler *handler)
TRACE("Set container state to \"STOPPED\"");
} else {
lxc_set_state(name, handler, STOPPED);
TRACE("Set container state to \"STOPPED\"");
}
/* Avoid lingering namespace references. */
......
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