From: Lennart Poettering Date: Mon, 18 Mar 2019 11:16:01 +0000 (+0100) Subject: core: add comment explaining ECOMM return value of unit_start() X-Git-Tag: v242-rc1~108^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e30cf74ce42de2d6672ec5150e764c581b855b7;p=thirdparty%2Fsystemd.git core: add comment explaining ECOMM return value of unit_start() we explain all other return values, explain these ones too. --- 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