aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/install.c')
-rw-r--r--src/shared/install.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/install.c b/src/shared/install.c
index c9834ae6c73..5ae39f6a04e 100644
--- a/src/shared/install.c
+++ b/src/shared/install.c
@@ -522,7 +522,8 @@ static int create_symlink(
}
if (chroot_unit_symlinks_equivalent(lp, new_path, dest, old_path)) {
- log_debug("Symlink %s → %s already exists", new_path, dest);
+ log_debug("Symlink %s %s %s already exists",
+ new_path, special_glyph(SPECIAL_GLYPH_ARROW_RIGHT), dest);
return 1;
}