Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5ebe0f5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "libvndksupport: Change log level and message." into oc-mr1-dev

parents 58f38017 95600887
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -37,9 +37,8 @@ void* android_load_sphal_library(const char* name, int flag) {
        }
        return handle;
    } else {
        ALOGI(
            "sphal namespace is not configured for this process. "
            "Loading %s from the current namespace instead.",
        ALOGD(
            "Loading %s from current namespace instead of sphal namespace.",
            name);
        return dlopen(name, flag);
    }