diff options
Diffstat (limited to 'snapshot.c')
-rw-r--r-- | snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapshot.c b/snapshot.c index 397d09be19..513bf66475 100644 --- a/snapshot.c +++ b/snapshot.c @@ -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)); |