mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 20:57:37 +00:00
Fix small log error
This commit is contained in:
parent
df38a9da71
commit
093f971896
@ -452,7 +452,7 @@ static bool magisk_env() {
|
||||
vendor_block = strdup(buf);
|
||||
xmkdir(MIRRDIR "/vendor", 0755);
|
||||
xmount(vendor_block, MIRRDIR "/vendor", buf2, MS_RDONLY, nullptr);
|
||||
VLOGI("mount", vendor_block, MIRRDIR "/system");
|
||||
VLOGI("mount", vendor_block, MIRRDIR "/vendor");
|
||||
} else if (SDK_INT >= 24 &&
|
||||
str_contains(line, " /proc ") && !str_contains(line, "hidepid=2")) {
|
||||
// Enforce hidepid
|
||||
|
Loading…
x
Reference in New Issue
Block a user