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

Commit fa74cd16 authored by Justin Yun's avatar Justin Yun Committed by android-build-merger
Browse files

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

am: c5ebe0f5

Change-Id: I0ab03fc45aa9c2368792f6cb1a7a8cbb170656bd
parents 7f59fe0a c5ebe0f5
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);
    }