]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed log message
authorArvin Schnell <aschnell@suse.de>
Fri, 20 Feb 2015 13:38:58 +0000 (14:38 +0100)
committerArvin Schnell <aschnell@suse.de>
Fri, 20 Feb 2015 13:38:58 +0000 (14:38 +0100)
client/installation-helper.cc

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