diff options
Diffstat (limited to 'src/snapshot.c')
-rw-r--r-- | src/snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapshot.c b/src/snapshot.c index 513bf66475..ea3894bb91 100644 --- a/src/snapshot.c +++ b/src/snapshot.c @@ -40,7 +40,7 @@ static void snapshot_set_state(Snapshot *s, SnapshotState state) { if (state != old_state) log_debug("%s changed %s -> %s", - UNIT(s)->meta.id, + s->meta.id, snapshot_state_to_string(old_state), snapshot_state_to_string(state)); |