mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Suppress harmless error logs
This commit is contained in:
parent
65511845d2
commit
10bd25be52
@ -68,7 +68,7 @@ static void store_zygote_ns(int pid) {
|
||||
}
|
||||
|
||||
static void lazy_unmount(const char* mountpoint) {
|
||||
if (xumount2(mountpoint, MNT_DETACH) != -1)
|
||||
if (umount2(mountpoint, MNT_DETACH) != -1)
|
||||
LOGD("hide_daemon: Unmounted (%s)\n", mountpoint);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user