diff options
Diffstat (limited to 'src/target.c')
-rw-r--r-- | src/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target.c b/src/target.c index d3f3748cd5..fba99568a3 100644 --- a/src/target.c +++ b/src/target.c @@ -43,7 +43,7 @@ static void target_set_state(Target *t, TargetState state) { if (state != old_state) log_debug("%s changed %s -> %s", - UNIT(t)->meta.id, + t->meta.id, target_state_to_string(old_state), target_state_to_string(state)); |