|
@@ -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;
|
|
|
}
|