aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/render-msg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js
index c6c6f35..c842752 100644
--- a/lib/render-msg.js
+++ b/lib/render-msg.js
@@ -285,7 +285,7 @@ RenderMsg.prototype.pub = function (cb) {
self.link(addr.key, function (err, pubLink) {
if (err) return cb(err)
self.wrapMini([
- 'pub ', pubLink, ': ',
+ 'connects to ', pubLink, ' at ',
h('code', addr.host + ':' + addr.port)], cb)
})
}