|
@@ -2400,8 +2400,8 @@ void CHealthManagerEntity::Gateway(SpReqAnsContext<HealthManagerService_Gateway_
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- LogWarn(Severity_Middle, Error_Debug, LOG_WARN_HEALTH_GATEWAY_CMD, tmpMsg);
|
|
|
+ LogWarn(Severity_Middle, Error_Debug, LOG_WARN_HEALTH_GATEWAY_CMD,
|
|
|
+ CSimpleStringA::Format("GateWay: %s", tmpMsg.GetData()));
|
|
|
}
|
|
|
|
|
|
ctx->Ans.result = tmpResult;
|