chiark / gitweb /
load-fragment: show a couple of more types in --dump-configuration-items
[elogind.git] / snapshot.c
index 397d09be19533cd528927b73a8e7ae7661915fe2..513bf66475679106698f1983fba5a6d058bca519 100644 (file)
@@ -39,7 +39,7 @@ static void snapshot_set_state(Snapshot *s, SnapshotState state) {
         s->state = state;
 
         if (state != old_state)
-                log_debug("%s changed %s  %s",
+                log_debug("%s changed %s -> %s",
                           UNIT(s)->meta.id,
                           snapshot_state_to_string(old_state),
                           snapshot_state_to_string(state));