chiark / gitweb /
core: let's make our log messages proper sentences with full stops
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Apr 2013 19:55:07 +0000 (21:55 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Apr 2013 19:59:04 +0000 (21:59 +0200)
src/core/unit.c

index 63e42b23307d97fe68dc5276c04e4a1aa99bd0fb..b4fc0954a490d747753d55eaf343abb758616062 100644 (file)
@@ -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);
                 }