mirror of
https://github.com/systemd/systemd
synced 2024-11-02 19:41:12 +00:00
systemctl: improve wording of "systemctl enable" messages
Closes: #2299
This commit is contained in:
parent
d41084a586
commit
4b2e9cfcf0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue