From 40d50879d9339e539a30e5d32234baffb732f0f9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 23 Apr 2010 20:25:55 +0200 Subject: get rid of unicode arrows, since the linux console cannot show them, not even in unicode mode --- automount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automount.c') 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)); -- cgit v1.2.3-54-g00ecf