router: fix syntax error in PNS_LOGGER output files
This commit is contained in:
parent
0f9b72c0bf
commit
bf3128c683
|
@ -70,7 +70,7 @@ void PNS_LOGGER::EndGroup()
|
||||||
|
|
||||||
void PNS_LOGGER::Log ( const PNS_ITEM* aItem, int aKind, const std::string aName )
|
void PNS_LOGGER::Log ( const PNS_ITEM* aItem, int aKind, const std::string aName )
|
||||||
{
|
{
|
||||||
m_theLog << "aItem " << aKind << " " << aName << " ";
|
m_theLog << "item " << aKind << " " << aName << " ";
|
||||||
m_theLog << aItem->Net() << " " << aItem->Layers().Start() << " " <<
|
m_theLog << aItem->Net() << " " << aItem->Layers().Start() << " " <<
|
||||||
aItem->Layers().End() << " " << aItem->Marker() << " " << aItem->Rank();
|
aItem->Layers().End() << " " << aItem->Marker() << " " << aItem->Rank();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue