summaryrefslogtreecommitdiff
path: root/src/core/unit.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-15 21:55:07 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-15 21:59:04 +0200
commit7a9ec5c9027d919839ab6e286ede753caa164241 (patch)
tree363b5f3aabea55c3d6302a930aa1718d2a28746f /src/core/unit.c
parenta32360f1a5a85c12f00e9dfb7353280067cccb5b (diff)
core: let's make our log messages proper sentences with full stops
Diffstat (limited to 'src/core/unit.c')
-rw-r--r--src/core/unit.c2
1 files changed, 1 insertions, 1 deletions
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);
}