Commit 38521a3b by Marek Majkowski

Cosmetic - clean up error message

parent 02b4f2e1
...@@ -752,7 +752,7 @@ int lxc_spawn(struct lxc_handler *handler) ...@@ -752,7 +752,7 @@ int lxc_spawn(struct lxc_handler *handler)
* fill the netdev index and use them in the child * fill the netdev index and use them in the child
*/ */
if (lxc_create_network(handler)) { if (lxc_create_network(handler)) {
ERROR("failed to create the network IW WAS ERE"); ERROR("failed to create the network");
lxc_sync_fini(handler); lxc_sync_fini(handler);
return -1; return -1;
} }
......
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