From 4cd1fbcc0648a289e9bf9d9047621bbdf7ec0ece Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 19 Jun 2010 16:55:49 +0200 Subject: unit: get rid of various unnecessary casts --- src/snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snapshot.c') 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)); -- cgit v1.2.3-54-g00ecf