Explorar o código

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

oilyang hai 1 ano
pai
achega
c9b53fcd4e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 	}