router: log via toggle events
This commit is contained in:
parent
a4ad47cd08
commit
752ba2ed76
|
@ -794,6 +794,11 @@ void ROUTER::ToggleViaPlacement()
|
||||||
{
|
{
|
||||||
bool toggle = !m_placer->IsPlacingVia();
|
bool toggle = !m_placer->IsPlacingVia();
|
||||||
m_placer->ToggleVia( toggle );
|
m_placer->ToggleVia( toggle );
|
||||||
|
|
||||||
|
if( m_logger )
|
||||||
|
{
|
||||||
|
m_logger->Log( LOGGER::EVT_TOGGLE_VIA );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue