diff --git a/frameworks/innerkitsimpl/codec/src/image_source.cpp b/frameworks/innerkitsimpl/codec/src/image_source.cpp index 68f07725470861c7f62984386b3528c7ebafbc0c..0ef244dbbfda7b4efd069acee9b14c3fef366c82 100644 --- a/frameworks/innerkitsimpl/codec/src/image_source.cpp +++ b/frameworks/innerkitsimpl/codec/src/image_source.cpp @@ -526,7 +526,7 @@ unique_ptr ImageSource::CreateImageSource(const uint8_t *data, uint unique_ptr ImageSource::CreateImageSource(const std::string &pathName, const SourceOptions &opts, uint32_t &errorCode) { - IMAGE_LOGD("[ImageSource]create Imagesource with pathName."); + IMAGE_LOGD("[ImageSource]create Imagesource with pathName: %{public}s", pathName.c_str()); ImageDataStatistics imageDataStatistics("[ImageSource]CreateImageSource with pathName."); if (pathName.size() == SIZE_ZERO) { IMAGE_LOGE("[ImageSource]parameter error.");