]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- improved error message
authorArvin Schnell <aschnell@suse.de>
Wed, 18 Feb 2015 14:55:49 +0000 (15:55 +0100)
committerArvin Schnell <aschnell@suse.de>
Wed, 18 Feb 2015 14:55:49 +0000 (15:55 +0100)
client/installation-helper.cc

index a878741e21c6134677f9f0e108f2981a81a0d085..fbfbba5e53e074b6d460be17974db2111589e4c1 100644 (file)
@@ -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;