X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpath.c;h=bd40ab6f99bfa1fc41583e67125abedcf496dc50;hp=77de32d1d6e8442fbe9b6ed4ee5e2042861c6267;hb=90e6abaea0cfd25093aae1ad862c5c909ae55829;hpb=67575eef76e99cc03b2860f8a93009a34ce37583 diff --git a/src/path.c b/src/path.c index 77de32d1d..bd40ab6f9 100644 --- a/src/path.c +++ b/src/path.c @@ -279,7 +279,7 @@ static void path_set_state(Path *p, PathState state) { path_state_to_string(old_state), path_state_to_string(state)); - unit_notify(UNIT(p), state_translation_table[old_state], state_translation_table[state]); + unit_notify(UNIT(p), state_translation_table[old_state], state_translation_table[state], true); } static void path_enter_waiting(Path *p, bool initial, bool recheck);