X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Funit.c;h=8f0b0773f1b9f0c0730bcb1448ce711c574a0c9e;hp=374d2e133106def502cca34b9e24f364af1d9cdd;hb=9a6bca7aada334cdcf10ae8e526de1f7f581da4f;hpb=88481092675c24e179d6047d70008172000217ec diff --git a/src/unit.c b/src/unit.c index 374d2e133..8f0b0773f 100644 --- a/src/unit.c +++ b/src/unit.c @@ -534,7 +534,7 @@ int unit_add_exec_dependencies(Unit *u, ExecContext *c) { assert(u); assert(c); - if (c->std_output != EXEC_OUTPUT_KERNEL && c->std_output != EXEC_OUTPUT_SYSLOG) + if (c->std_output != EXEC_OUTPUT_KMSG && c->std_output != EXEC_OUTPUT_SYSLOG) return 0; /* If syslog or kernel logging is requested, make sure our own