From: Arvin Schnell Date: Fri, 20 Feb 2015 13:38:58 +0000 (+0100) Subject: - fixed log message X-Git-Tag: v0.2.6^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f62c407ea329bfa9b01965a675aa69d47be222bb;p=thirdparty%2Fsnapper.git - fixed log message --- diff --git a/client/installation-helper.cc b/client/installation-helper.cc index a0a0777a..e0615105 100644 --- a/client/installation-helper.cc +++ b/client/installation-helper.cc @@ -60,7 +60,7 @@ step1(const string& device, const string& description) TmpMount tmp_mount(s_dir, device, "tmp-mnt-XXXXXX", "btrfs", 0, ""); - cout << "copying config-file" << endl; + cout << "copying/modifying config-file" << endl; mkdir((tmp_mount.getFullname() + "/etc").c_str(), 0777); mkdir((tmp_mount.getFullname() + "/etc/snapper").c_str(), 0777);