Unverified Commit 6637fb9f by Christian Brauner Committed by GitHub

Merge pull request #3161 from tomponline/tp-lxc-destroy

lxc/tools/lxc/destroy: Restores error message on container destroy
parents ebd5b33c a0e686fd
......@@ -256,7 +256,7 @@ int main(int argc, char *argv[])
}
if (!c->is_defined(c)) {
INFO("Container %s not found.", my_args.name);
ERROR("Container is not defined");
lxc_container_put(c);
exit(EXIT_FAILURE);
}
......
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