浏览代码

Z991239-5322 #comment 调整高拍仪实体异常时日志

oilyang 1 年之前
父节点
当前提交
c9b53fcd4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Module/mod_ScannerSet/ScannerSetFSM.cpp

+ 1 - 1
Module/mod_ScannerSet/ScannerSetFSM.cpp

@@ -617,7 +617,7 @@ int CScannerFSM::StartPreview(SpReqAnsContext<ScannerService_StartPreview_Req,
 
 	if(!IsSuitableEntityAvailable())
 	{
-		DbgWithLink(LOG_LEVEL_ERROR, LOG_TYPE_USER).setAPI(__FUNCTION__).setLogCode(ScannerService_LogCode_StartPreview).setResultCode("RTA2O01")();
+		DbgWithLink(LOG_LEVEL_ERROR, LOG_TYPE_SYSTEM).setAPI(__FUNCTION__).setLogCode(ScannerService_LogCode_StartPreview).setResultCode("RTA2O01")("entity HSPScanner is not avaible");
 		ctx->Answer(Error_DevNotAvailable, LOG_WARN_MODULE_INVALID);
 		return 1;
 	}