summaryrefslogtreecommitdiff
path: root/automount.c
diff options
context:
space:
mode:
Diffstat (limited to 'automount.c')
-rw-r--r--automount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/automount.c b/automount.c
index b124fc5b0e..cab7164a5d 100644
--- a/automount.c
+++ b/automount.c
@@ -168,7 +168,7 @@ static void automount_set_state(Automount *a, AutomountState state) {
unmount_autofs(a);
if (state != old_state)
- log_debug("%s changed %s → %s",
+ log_debug("%s changed %s -> %s",
UNIT(a)->meta.id,
automount_state_to_string(old_state),
automount_state_to_string(state));