Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9327540d authored by Bart Van Assche's avatar Bart Van Assche Committed by Automerger Merge Worker
Browse files

Merge "Make an error message more informative" am: b333a400 am: f4d365b3

parents 8771eba4 f4d365b3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -700,8 +700,9 @@ Result<void> Service::Start() {
            if (!result.ok()) {
                return Error() << "Sending notification failed: " << result.error();
            }
            return Error() << "createProcessGroup(" << proc_attr_.uid << ", " << pid_
                           << ") failed for service '" << name_ << "'";
            return Error() << "createProcessGroup(" << proc_attr_.uid << ", " << pid_ << ", "
                           << use_memcg << ") failed for service '" << name_
                           << "': " << strerror(errno);
        }

        // When the blkio controller is mounted in the v1 hierarchy, NormalIoPriority is