From 5b2ad0b07cf352765244c022b0856494d030d74e Mon Sep 17 00:00:00 2001 From: pssea Date: Thu, 29 Apr 2021 17:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frameworks/surface_buffer_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/surface_buffer_impl.cpp b/frameworks/surface_buffer_impl.cpp index d7f9412..15e68a2 100755 --- a/frameworks/surface_buffer_impl.cpp +++ b/frameworks/surface_buffer_impl.cpp @@ -76,7 +76,7 @@ int32_t SurfaceBufferImpl::SetData(uint32_t key, uint8_t type, const void* data, return SURFACE_ERROR_INVAILD_PARAM; } if (extDatas_.size() > MAX_USER_DATA_COUNT) { - GRAPHIC_LOGI("Has save more ext datas, could not save one more."); + GRAPHIC_LOGI("No more data can be saved because the storage space is full."); return SURFACE_ERROR_SYSTEM_ERROR; } ExtraData extData = {0};