mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 21:53:04 +00:00
Improve logging
This commit is contained in:
@@ -312,7 +312,7 @@ int mkdir_p(const char *pathname, mode_t mode) {
|
||||
int bind_mount(const char *from, const char *to) {
|
||||
int ret = xmount(from, to, NULL, MS_BIND, NULL);
|
||||
#ifdef MAGISK_DEBUG
|
||||
LOGD("bind_mount: %s -> %s\n", from, to);
|
||||
LOGI("bind_mount: %s -> %s\n", from, to);
|
||||
#else
|
||||
LOGI("bind_mount: %s\n", to);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user