Browse Source

#IQRV #comment [BugFix] 不在窗口打印TODO

gifur 4 years ago
parent
commit
e158522184
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/include/DevFSMCommBase.hpp

+ 1 - 1
Module/include/DevFSMCommBase.hpp

@@ -368,7 +368,7 @@ protected:
 		//oilyang@20200525 if have been set ErrorCode of entity defined (not device),use it directly
 		const DWORD dwCode = IsEntityIDSettle(m_entCode.dwVendorErroCode) 
 			? m_entCode.dwVendorErroCode : m_entCode.GetCompleteErrorCode2Business();
-		LogError(Severity_Middle, Error_Unexpect, dwCode, "TODO:");
+        LogWarn(Severity_Middle, Error_NotImpl, dwCode, CSimpleStringA::Format("%s TODO:", __FUNCTION__));
 
 		return dwCode;
 	}