]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: improve wording of "systemctl enable" messages
authorLennart Poettering <lennart@poettering.net>
Wed, 13 Jan 2016 01:19:57 +0000 (02:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 Jan 2016 19:21:36 +0000 (20:21 +0100)
Closes: #2299
src/systemctl/systemctl.c

index 1448d974bd4d0d6ec1418445584a4f09894542ef..cbf71268c60bb1d86e664f178f7a657f74bb67bd 100644 (file)
@@ -1979,7 +1979,7 @@ static void dump_unit_file_changes(const UnitFileChange *changes, unsigned n_cha
 
         for (i = 0; i < n_changes; i++) {
                 if (changes[i].type == UNIT_FILE_SYMLINK)
-                        log_info("Created symlink from %s to %s.", changes[i].path, changes[i].source);
+                        log_info("Created symlink %s, pointing to %s.", changes[i].path, changes[i].source);
                 else
                         log_info("Removed symlink %s.", changes[i].path);
         }