EgtMachKernel :
- aggiunta gestione livello di debug in LOG*.
This commit is contained in:
+3
-3
@@ -518,7 +518,7 @@ Mortising::Apply( bool bRecalc, bool bPostApply)
|
||||
if ( ! bRecalc && ! bToolChanged &&
|
||||
( m_nStatus == MCH_ST_OK || ( ! bPostApply && m_nStatus == MCH_ST_NO_POSTAPPL))) {
|
||||
m_nMortises = nCurrMortises ;
|
||||
LOG_INFO( GetEMkLogger(), "Mortising apply skipped : status already ok") ;
|
||||
LOG_DBG_INFO( GetEMkLogger(), "Mortising apply skipped : status already ok") ;
|
||||
return true ;
|
||||
}
|
||||
m_nStatus = MCH_ST_TO_VERIFY ;
|
||||
@@ -596,7 +596,7 @@ Mortising::Update( bool bPostApply)
|
||||
|
||||
// se lavorazione vuota, esco
|
||||
if ( m_nMortises == 0) {
|
||||
LOG_INFO( GetEMkLogger(), "Warning in Mortising : Plunges not found")
|
||||
LOG_WARN( GetEMkLogger(), "Warning in Mortising : Plunges not found")
|
||||
return true ;
|
||||
}
|
||||
|
||||
@@ -1128,7 +1128,7 @@ Mortising::ProcessPath( int nPathId, int nPvId, int nClId)
|
||||
// verifico che il percorso sia abbastanza lungo
|
||||
double dLen ; pCompo->GetLength( dLen) ;
|
||||
if ( dLen + m_Params.m_dStartAddLen + m_Params.m_dEndAddLen < 10 * EPS_SMALL) {
|
||||
LOG_INFO( GetEMkLogger(), "Warning in Mortising : skipped Path too small") ;
|
||||
LOG_WARN( GetEMkLogger(), "Warning in Mortising : skipped Path too small") ;
|
||||
return true ;
|
||||
}
|
||||
// se una sola entità circonferenza completa, la divido in due per poterla allungare
|
||||
|
||||
Reference in New Issue
Block a user