From 06883b71d0b75eee255b292ba66684eddc5fb172 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 16 May 2012 18:01:34 -0700 Subject: Fix incorrect Log message. Change-Id: Ib05813c28a16e1bfe2186b068e1baf13782ae5b9 --- graphics/jni/android_renderscript_RenderScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/jni') diff --git a/graphics/jni/android_renderscript_RenderScript.cpp b/graphics/jni/android_renderscript_RenderScript.cpp index 3d5d1a9..8c8ff4d 100644 --- a/graphics/jni/android_renderscript_RenderScript.cpp +++ b/graphics/jni/android_renderscript_RenderScript.cpp @@ -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 s; -- cgit v1.1