From abe42ff086833435bf933aa7460b40209ab38927 Mon Sep 17 00:00:00 2001 From: wangchaole Date: Fri, 17 Jun 2022 16:48:39 +0800 Subject: [PATCH] reviewbot Signed-off-by: wangchaole --- .../cameraservice/cameraoperator/client/src/dcamera_client.cpp | 2 +- .../cameraoperator/client/src/dcamera_client_common.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/cameraservice/cameraoperator/client/src/dcamera_client.cpp b/services/cameraservice/cameraoperator/client/src/dcamera_client.cpp index e0fbeca..80de433 100644 --- a/services/cameraservice/cameraoperator/client/src/dcamera_client.cpp +++ b/services/cameraservice/cameraoperator/client/src/dcamera_client.cpp @@ -207,7 +207,7 @@ void DCameraClient::ReleasCaptureSession() int32_t ret = captureSession_->Stop(); if (ret != DCAMERA_OK) { DHLOGE("DCameraClient::StopCapture captureSession stop failed, cameraId: %s, ret: %d", - GetAnonyString(cameraId_).c_str(), ret); + GetAnonyString(cameraId_).c_str(), ret); } DHLOGI("DCameraClient::StopCapture %s release captureSession", GetAnonyString(cameraId_).c_str()); captureSession_->Release(); diff --git a/services/cameraservice/cameraoperator/client/src/dcamera_client_common.cpp b/services/cameraservice/cameraoperator/client/src/dcamera_client_common.cpp index ada6857..2d6f0cb 100644 --- a/services/cameraservice/cameraoperator/client/src/dcamera_client_common.cpp +++ b/services/cameraservice/cameraoperator/client/src/dcamera_client_common.cpp @@ -193,7 +193,7 @@ void DCameraClient::ReleasCaptureSession() int32_t ret = captureSession_->Stop(); if (ret != DCAMERA_OK) { DHLOGE("DCameraClientCommon::StopCapture captureSession stop failed, cameraId: %s, ret: %d", - GetAnonyString(cameraId_).c_str(), ret); + GetAnonyString(cameraId_).c_str(), ret); } DHLOGI("DCameraClientCommon::StopCapture %s release captureSession", GetAnonyString(cameraId_).c_str()); captureSession_->Release();