]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Cosmetic - clean up error message
authorMarek Majkowski <marek@cloudflare.com>
Tue, 12 Nov 2013 11:50:26 +0000 (03:50 -0800)
committerMarek Majkowski <marek@cloudflare.com>
Tue, 12 Nov 2013 11:50:26 +0000 (03:50 -0800)
src/lxc/start.c

index 50992fcc032ce4e57260890b0c80fe43b7150943..425fa1dbf25b1f59e6f36e290328ac6835d9224f 100644 (file)
@@ -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;
                        }