summaryrefslogtreecommitdiff
path: root/automount.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-23 20:25:55 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-23 20:25:55 +0200
commit40d50879d9339e539a30e5d32234baffb732f0f9 (patch)
tree6eb99a62692a3f4ac1e6e38260460984fcef430c /automount.c
parent5dcfe57bb1a036ba6e4af10746c42892c44f0766 (diff)
get rid of unicode arrows, since the linux console cannot show them, not even in unicode 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));