X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=automount.c;h=cab7164a5def16d910249ece2f6d9239709da85c;hp=b124fc5b0efc74c3f46769cfffa862d10fbf1c56;hb=2608882fe5438293f8a92050db3716242cde83fc;hpb=701cc384c283206a29b21e4e7302e5cf5f2d9433 diff --git a/automount.c b/automount.c index b124fc5b0..cab7164a5 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));