EgtMachKernel :

- aggiunta gestione livello di debug in LOG*.
This commit is contained in:
Dario Sassi
2019-04-01 06:16:03 +00:00
parent 9cd9068b7b
commit e4613162c5
24 changed files with 120 additions and 96 deletions
+1 -1
View File
@@ -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 ;
}