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

Commit 71077af5 authored by Bart Van Assche's avatar Bart Van Assche Committed by Automerger Merge Worker
Browse files

Merge "libprocessgroup: Fix a log message" am: 693ac06a am: 380c12af am:...

Merge "libprocessgroup: Fix a log message" am: 693ac06a am: 380c12af am: 0d8bd4c1 am: fd13b15d am: 89fa2d2b

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2174782



Change-Id: Ida3611e1ed9e5e7acce3f87809e26dc94bb519d1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ee71b258 89fa2d2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -410,7 +410,7 @@ bool CgroupSetup() {
    // Make sure we do this only one time. No need for std::call_once because
    // Make sure we do this only one time. No need for std::call_once because
    // init is a single-threaded process
    // init is a single-threaded process
    if (access(CGROUPS_RC_PATH, F_OK) == 0) {
    if (access(CGROUPS_RC_PATH, F_OK) == 0) {
        LOG(WARNING) << "Attempt to call SetupCgroups more than once";
        LOG(WARNING) << "Attempt to call CgroupSetup() more than once";
        return true;
        return true;
    }
    }