chiark / gitweb /
execute: typo fix
[elogind.git] / automount.c
index b124fc5b0efc74c3f46769cfffa862d10fbf1c56..cab7164a5def16d910249ece2f6d9239709da85c 100644 (file)
@@ -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));