chiark / gitweb /
core: remove duplicate MESSAGE= from log message
[elogind.git] / src / core / unit.c
index 7029b6443e649179424f5080fcb5218f8be6aefc..282852fed33d02257be8fe95dc1e8417e6f6db0a 100644 (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);
                 }
         }