|
@@ -222,7 +222,6 @@ void CGpioEntity::ToLogRootINIInfo()
|
|
|
|
|
|
std::pair<bool, std::string> strResult;
|
|
|
strResult = generateJsonStr(rootInfo);
|
|
|
- strResult.second.c_str();
|
|
|
|
|
|
if (!entityName.IsNullOrEmpty()) {
|
|
|
LogWarn(Severity_Low, Error_Debug, GPIO_UserErrorCode_Real_Root_Config, strResult.second.c_str());
|