summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/mipmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libagl/mipmap.cpp')
-rw-r--r--opengl/libagl/mipmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/mipmap.cpp b/opengl/libagl/mipmap.cpp
index ccd77b7..e142a58 100644
--- a/opengl/libagl/mipmap.cpp
+++ b/opengl/libagl/mipmap.cpp
@@ -174,7 +174,7 @@ status_t buildAPyramid(ogles_context_t* c, EGLTextureObject* tex)
}
}
} else {
- LOGE("Unsupported format (%d)", base->format);
+ ALOGE("Unsupported format (%d)", base->format);
return BAD_TYPE;
}