From: Lennart Poettering Date: Mon, 15 Apr 2013 19:55:07 +0000 (+0200) Subject: core: let's make our log messages proper sentences with full stops X-Git-Tag: v202~86 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7a9ec5c9027d919839ab6e286ede753caa164241;p=elogind.git core: let's make our log messages proper sentences with full stops --- diff --git a/src/core/unit.c b/src/core/unit.c index 63e42b233..b4fc0954a 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); }