summaryrefslogtreecommitdiffstats
path: root/libs/ui/ICamera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ui/ICamera.cpp')
-rw-r--r--libs/ui/ICamera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/ICamera.cpp b/libs/ui/ICamera.cpp
index e1b3ec7..4154b05 100644
--- a/libs/ui/ICamera.cpp
+++ b/libs/ui/ICamera.cpp
@@ -344,7 +344,7 @@ status_t BnCamera::onTransact(
return NO_ERROR;
} break;
case SEND_COMMAND: {
- LOGD("SEND_COMMAND");
+ LOGV("SEND_COMMAND");
CHECK_INTERFACE(ICamera, data, reply);
int command = data.readInt32();
int arg1 = data.readInt32();