From 9e30cf74ce42de2d6672ec5150e764c581b855b7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 18 Mar 2019 12:16:01 +0100 Subject: [PATCH] core: add comment explaining ECOMM return value of unit_start() we explain all other return values, explain these ones too. --- src/core/unit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/unit.c b/src/core/unit.c index 185ec3f6a7a..4f89db02b65 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -1730,6 +1730,7 @@ static bool unit_verify_deps(Unit *u) { * -EALREADY: Unit is already started. * -EAGAIN: An operation is already in progress. Retry later. * -ECANCELED: Too many requests for now. + * -ECOMM: Condition failed * -EPROTO: Assert failed * -EINVAL: Unit not loaded * -EOPNOTSUPP: Unit type not supported -- 2.47.3