b4db76c55 net: Correct addrman logging (Wladimir J. van der Laan)
Pull request description:
These were introduced in #9037.
Found by @theuni (https://github.com/bitcoin/bitcoin/pull/9037#pullrequestreview-101704656).
Tree-SHA512: 9b5153da8a8e5d4ddf9513a5c453f9609cffd4df2924fd48c7b36c1b1055748c7077d4fc0e70be62ca36af87df7f621a744bb374a234baba271ce4982a240825
LogPrint(BCLog::ADDRMAN,"addrman","Collision inserting element into tried table, moving %s to m_tried_collisions=%d\n",addr.ToString(),m_tried_collisions.size());
LogPrint(BCLog::ADDRMAN,"Collision inserting element into tried table, moving %s to m_tried_collisions=%d\n",addr.ToString(),m_tried_collisions.size());