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

Commit 06883b71 authored by Stephen Hines's avatar Stephen Hines
Browse files

Fix incorrect Log message.

Change-Id: Ib05813c28a16e1bfe2186b068e1baf13782ae5b9
parent 177063a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -489,7 +489,7 @@ nAllocationGetSurfaceTextureID2(JNIEnv *_env, jobject _this, RsContext con, jint
static void
nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur)
{
    LOG_API("nAllocationSetSurfaceTexture, con(%p), alloc(%p), surface(%p)",
    LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)",
            con, alloc, (Surface *)sur);

    sp<Surface> s;