EgtMachKernel :
- aggiunta gestione livello di debug in LOG*.
This commit is contained in:
+1
-1
@@ -297,6 +297,6 @@ MachMgr::SetLastError( int nErr, const string& sErr)
|
||||
m_nLastError = nErr ;
|
||||
m_sLastError = sErr ;
|
||||
string sInfo = m_sLastError + " (" + ToString( nErr) + ")" ;
|
||||
LOG_INFO( GetEMkLogger(), sInfo.c_str()) ;
|
||||
LOG_ERROR( GetEMkLogger(), sInfo.c_str()) ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user