diff --git a/pcbnew/router/pns_logger.cpp b/pcbnew/router/pns_logger.cpp index 47aab1687e..e0f8d6ac4b 100644 --- a/pcbnew/router/pns_logger.cpp +++ b/pcbnew/router/pns_logger.cpp @@ -70,7 +70,7 @@ void PNS_LOGGER::EndGroup() 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() << " " << aItem->Layers().End() << " " << aItem->Marker() << " " << aItem->Rank();