diff --git a/source/config/WUPSConfigItemV2.cpp b/source/config/WUPSConfigItemV2.cpp index a45b1dd..79a8b66 100644 --- a/source/config/WUPSConfigItemV2.cpp +++ b/source/config/WUPSConfigItemV2.cpp @@ -24,7 +24,6 @@ namespace WUPSConfigAPIBackend { this->mCallbacks.onSelected(mContext, isSelected); } - std::string WUPSConfigItemV2::getCurrentValueDisplay() const { if (this->mCallbacks.getCurrentValueDisplay == nullptr) { DEBUG_FUNCTION_LINE_ERR("getCurrentValueDisplay callback not implemented. [%s]", mDisplayName.c_str()); diff --git a/source/utils/storage/StorageUtils.cpp b/source/utils/storage/StorageUtils.cpp index c6121d6..39e9d31 100644 --- a/source/utils/storage/StorageUtils.cpp +++ b/source/utils/storage/StorageUtils.cpp @@ -549,7 +549,7 @@ namespace StorageUtils { *outSize = tmp; return WUPS_STORAGE_ERROR_SUCCESS; } - DEBUG_FUNCTION_LINE_ERR("Failed to get size for item %s", key); + DEBUG_FUNCTION_LINE_WARN("Failed to get size for item %s", key); return WUPS_STORAGE_ERROR_UNEXPECTED_DATA_TYPE; } return WUPS_STORAGE_ERROR_NOT_FOUND;