From 8fbf988aaa95b58d05cfff7d56e370051ae7bec2 Mon Sep 17 00:00:00 2001 From: cel Date: Wed, 1 Feb 2017 16:29:31 -0800 Subject: Describe pub messages better --- lib/render-msg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }) } -- cgit v1.2.3