commit | 942a2fbfdfbc61a48ed60984ff52c988dcbf5fa1 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Fri May 14 10:29:13 2010 -0700 |
committer | Nick Kralevich <nnk@google.com> | Fri May 14 10:29:13 2010 -0700 |
tree | 1066ae955014028810869f902f401b4203e2e859 | |
parent | 21a534d955c8d45c50dafaf05cf2afbb8cf3696c [diff] [blame] |
Forgot to fix one -Wformat-security in my previous change. Fixed. Change-Id: Ice7459b30e1d7dbfe400b68d27ebc04fcca78bae
diff --git a/camera/tests/CameraServiceTest/CameraServiceTest.cpp b/camera/tests/CameraServiceTest/CameraServiceTest.cpp index bf0a3b2..3c8d553 100644 --- a/camera/tests/CameraServiceTest/CameraServiceTest.cpp +++ b/camera/tests/CameraServiceTest/CameraServiceTest.cpp
@@ -341,7 +341,7 @@ } status_t MSurface::setBufferCount(int bufferCount) { - INFO(__func__); + INFO("%s", __func__); return NULL; }