From: Marek Majkowski Date: Tue, 12 Nov 2013 11:50:26 +0000 (-0800) Subject: Cosmetic - clean up error message X-Git-Tag: lxc-1.0.0.beta1~93^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38521a3b5d53598684955531ce2e54cc3ef696c0;p=thirdparty%2Flxc.git Cosmetic - clean up error message --- diff --git a/src/lxc/start.c b/src/lxc/start.c index 50992fcc0..425fa1dbf 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -752,7 +752,7 @@ int lxc_spawn(struct lxc_handler *handler) * fill the netdev index and use them in the child */ if (lxc_create_network(handler)) { - ERROR("failed to create the network IW WAS ERE"); + ERROR("failed to create the network"); lxc_sync_fini(handler); return -1; }