mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
Fix debug message
This commit is contained in:
+1
-1
@@ -280,7 +280,7 @@ int mkdir_p(const char *pathname, mode_t mode) {
|
|||||||
|
|
||||||
int bind_mount(const char *from, const char *to) {
|
int bind_mount(const char *from, const char *to) {
|
||||||
int ret = xmount(from, to, NULL, MS_BIND, NULL);
|
int ret = xmount(from, to, NULL, MS_BIND, NULL);
|
||||||
#ifdef DEBUG
|
#ifdef MAGISK_DEBUG
|
||||||
LOGD("bind_mount: %s -> %s\n", from, to);
|
LOGD("bind_mount: %s -> %s\n", from, to);
|
||||||
#else
|
#else
|
||||||
LOGI("bind_mount: %s\n", to);
|
LOGI("bind_mount: %s\n", to);
|
||||||
|
|||||||
Reference in New Issue
Block a user