Merge "libprocessgroup: Fix a log message" am: 693ac06a4c
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2174782 Change-Id: If85498b868ff992cccd180be3d0aa2d84c8533b3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
380c12afaf
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ bool CgroupSetup() {
|
|||
// Make sure we do this only one time. No need for std::call_once because
|
||||
// init is a single-threaded process
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue