diff options
| author | 2010-06-01 19:55:01 -0700 | |
|---|---|---|
| committer | 2010-06-01 19:55:01 -0700 | |
| commit | 89bc1395748a0a139db82adbf01166ed6fa79766 (patch) | |
| tree | 75dc7b61d605847df777139daceefd72866c46b0 /libs/rs/rsProgram.cpp | |
| parent | de56c27dab020bf85187c8bcfc6842cb31006c59 (diff) | |
| parent | a80ce06d4c54e43243073f8ceff024f9dda7140e (diff) | |
Merge "Add more error checking for ndc" into froyo
Diffstat (limited to 'libs/rs/rsProgram.cpp')
| -rw-r--r-- | libs/rs/rsProgram.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgram.cpp b/libs/rs/rsProgram.cpp index 478a6dcbcc21..70e2868bc336 100644 --- a/libs/rs/rsProgram.cpp +++ b/libs/rs/rsProgram.cpp @@ -195,7 +195,7 @@ bool Program::loadShader(Context *rsc, uint32_t type) if (rsc->props.mLogShaders) { LOGV("Loading shader type %x, ID %i", type, mShaderID); - LOGV(mShader.string()); + LOGV("%s", mShader.string()); } if (mShaderID) { |