core: remove duplicate MESSAGE= from log message

This was needed with log_struct_unit() but log_notice_unit() adds it
anyway.
This commit is contained in:
Mirco Tischler 2013-04-25 15:14:57 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 2a371001f8
commit fcf8c44041

View file

@ -1468,7 +1468,7 @@ void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_su
if (ns != os && ns == UNIT_FAILED) {
log_notice_unit(u->id,
"MESSAGE=Unit %s entered failed state.", u->id);
"Unit %s entered failed state.", u->id);
unit_start_on_failure(u);
}
}