summaryrefslogtreecommitdiff
path: root/p2p/base/port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/base/port.cc')
-rw-r--r--p2p/base/port.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/base/port.cc b/p2p/base/port.cc
index 3820154..0cf46eb 100644
--- a/p2p/base/port.cc
+++ b/p2p/base/port.cc
@@ -1212,7 +1212,7 @@ std::string Connection::ToString() const {
<< ":" << local.type() << ":" << local.protocol()
<< ":" << local.address().ToSensitiveString()
<< "->" << remote.id() << ":" << remote.component()
- << ":" << remote.preference()
+ << ":" << remote.priority()
<< ":" << remote.type() << ":"
<< remote.protocol() << ":" << remote.address().ToSensitiveString() << "|"
<< CONNECT_STATE_ABBREV[connected()]