You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: additional new line in some logs
This commit fixes the issue where some loggings would add an additional new line.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace SoList
|
||||
for (auto *iter = solist; iter; iter = iter->get_next()) {
|
||||
if (iter->get_name() && iter->get_path() && strstr(iter->get_path(), target_name)) {
|
||||
iter->nullify_path();
|
||||
LOGI("Cleared SOList entry for %s\n", target_name);
|
||||
LOGI("Cleared SOList entry for %s", target_name);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user