output helpful net information in PNS debug

This commit is contained in:
Seth Hillbrand 2024-04-21 11:11:21 -07:00
parent 1dc8585d04
commit 7dc7268146
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ const std::string ITEM::Format() const
ss << KindStr() << " ";
if( iface )
ss << "net " << iface->GetNetCode( Net() ) << " ";
ss << "net " << iface->GetNetName( Net() ) << " ";
ss << "layers " << m_layers.Start() << " " << m_layers.End();
return ss.str();