EgtMachKernel :
- aggiunta gestione livello di debug in LOG*.
This commit is contained in:
+2
-2
@@ -486,7 +486,7 @@ SawFinishing::Apply( bool bRecalc, bool bPostApply)
|
||||
if ( ! bRecalc && ! bToolChanged &&
|
||||
( m_nStatus == MCH_ST_OK || ( ! bPostApply && m_nStatus == MCH_ST_NO_POSTAPPL))) {
|
||||
m_nCuts = nCurrCuts ;
|
||||
LOG_INFO( GetEMkLogger(), "SawFinishing apply skipped : status already ok") ;
|
||||
LOG_DBG_INFO( GetEMkLogger(), "SawFinishing apply skipped : status already ok") ;
|
||||
return true ;
|
||||
}
|
||||
m_nStatus = MCH_ST_TO_VERIFY ;
|
||||
@@ -563,7 +563,7 @@ SawFinishing::Update( bool bPostApply)
|
||||
|
||||
// se lavorazione vuota, esco
|
||||
if ( m_nCuts == 0) {
|
||||
LOG_INFO( GetEMkLogger(), "Warning in SawFinishing : No machinable path")
|
||||
LOG_WARN( GetEMkLogger(), "Warning in SawFinishing : No machinable path")
|
||||
return true ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user