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