EgtMachKernel :
- aggiunta gestione livello di debug in LOG*.
This commit is contained in:
+2
-2
@@ -1275,7 +1275,7 @@ Disposition::SpecialApply( bool bRecalc)
|
||||
m_nShifts = nCurrShifts ;
|
||||
m_bSomeByHand = bCurrSomeByHand ;
|
||||
m_sTcPos = sCurrTcPos ;
|
||||
LOG_INFO( GetEMkLogger(), "Disposition postapply skipped : status already ok") ;
|
||||
LOG_DBG_INFO( GetEMkLogger(), "Disposition postapply skipped : status already ok") ;
|
||||
return true ;
|
||||
}
|
||||
m_nStatus = MCH_ST_TO_VERIFY ;
|
||||
@@ -1344,7 +1344,7 @@ Disposition::SpecialUpdate( void)
|
||||
// se disposizione vuota, esco
|
||||
if ( m_nShifts <= 0) {
|
||||
if ( m_nShifts < 0)
|
||||
LOG_INFO( GetEMkLogger(), "Warning in Disposition : No shifts")
|
||||
LOG_WARN( GetEMkLogger(), "Warning in Disposition : No shifts")
|
||||
return true ;
|
||||
}
|
||||
// calcolo assi macchina
|
||||
|
||||
Reference in New Issue
Block a user