X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftimer.c;h=1477aa5256d622412180fb9ffdb02e0f17a2329d;hp=6f1f02ddbc65a62312c19f34771db72d9a985ee0;hb=abf96c874cd644cf6c66da95d376aa330382376e;hpb=2a77d31df976c3934e3b38a9e61c000ec9a8acc2 diff --git a/src/timer.c b/src/timer.c index 6f1f02ddb..1477aa525 100644 --- a/src/timer.c +++ b/src/timer.c @@ -152,7 +152,7 @@ static void timer_set_state(Timer *t, TimerState state) { timer_state_to_string(old_state), timer_state_to_string(state)); - unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state]); + unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true); } static void timer_enter_waiting(Timer *t, bool initial);