output helpful net information in PNS debug
This commit is contained in:
parent
1dc8585d04
commit
7dc7268146
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue