diff options
-rw-r--r-- | src/core/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.c b/src/core/unit.c index 63e42b2330..b4fc0954a4 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -1456,7 +1456,7 @@ void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_su if (ns != os && ns == UNIT_FAILED) { log_struct_unit(LOG_NOTICE, u->id, - "MESSAGE=Unit %s entered failed state", u->id, + "MESSAGE=Unit %s entered failed state.", u->id, NULL); unit_trigger_on_failure(u); } |