Explorar el Código

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

oilyang hace 1 año
padre
commit
c9b53fcd4e
Se han modificado 1 ficheros con 1 adiciones y 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;
 	}