X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=target.c;fp=target.c;h=748dfeef1a281be946622f05db07aada1454223d;hb=ba3895027eaba2814d980f4c02420ca553e8c39c;hp=6c84908e9b605730e69f0c3db7ffc1bdbf7b4e1a;hpb=fdf88f5f3383dc4fdd7358b954c6b79e4fe0791b;p=elogind.git diff --git a/target.c b/target.c index 6c84908e9..748dfeef1 100644 --- a/target.c +++ b/target.c @@ -33,7 +33,7 @@ static void target_set_state(Target *t, TargetState state) { old_state = t->state; t->state = state; - log_debug("%s changing %s → %s", unit_id(UNIT(t)), state_string_table[old_state], state_string_table[state]); + log_debug("%s changed %s → %s", unit_id(UNIT(t)), state_string_table[old_state], state_string_table[state]); unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state]); }