From: Arvin Schnell Date: Wed, 18 Feb 2015 14:55:49 +0000 (+0100) Subject: - improved error message X-Git-Tag: v0.2.6~1^2~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=758222cd85d50d93ca02ed64ea1debc117989c1f;p=thirdparty%2Fsnapper.git - improved error message --- diff --git a/client/installation-helper.cc b/client/installation-helper.cc index a878741e..fbfbba5e 100644 --- a/client/installation-helper.cc +++ b/client/installation-helper.cc @@ -73,7 +73,7 @@ step1(const string& device, const string& description) } catch (const FileNotFoundException& e) { - cerr << "copying config-file failed" << endl; + cerr << "copying/modifying config-file failed" << endl; } cout << "creating filesystem config" << endl;