|
@@ -2511,11 +2511,11 @@ void UIServiceSession::Handle_StopPlayNotice(SpReqAnsContext<UIService_StopPlayN
|
|
|
req.CfgInx = ctx->Req.CfgInx;
|
|
|
Error = pPlayClient->StopPlayNotice(req, ans, 5000);
|
|
|
if (Error_Succeed == Error) {
|
|
|
- ctx->Ans.ErrorMsg = CSimpleStringA2W("Stop Play Notice success!");
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setLogCode("QLR040230BZ80201")("Stop Play Notice success.");
|
|
|
+ ctx->Ans.ErrorMsg = CSimpleStringA2W("stop play notice success!");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setLogCode("QLR040230BZ80201")("stop play notice success.");
|
|
|
}
|
|
|
else {
|
|
|
- ctx->Ans.ErrorMsg = CSimpleStringA2W("Stop Play Notice failed!");
|
|
|
+ ctx->Ans.ErrorMsg = CSimpleStringA2W("stop play notice failed!");
|
|
|
LogWarn(Severity_Middle, Error_Debug, LOG_EVT_STOP_NOTICEPLAY_FAILED, CSimpleStringA::Format("StopPlayNotice Result = 0x%08x.", Error).GetData());
|
|
|
DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_USER).setLogCode("QLR040230BZ80201").setResultCode("RTA3B04")("停止业务视频播放失败");
|
|
|
}
|