Skip to content

Commit faad10b

Browse files
committed
Changed Transport#end instrumentation.
1 parent d3eac92 commit faad10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/transport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Transport.prototype.onClose = function () {
455455

456456
Transport.prototype.end = function (reason) {
457457
if (!this.disconnected) {
458-
this.log.info('ending socket');
458+
this.log.info('transport end');
459459

460460
var local = this.manager.transports[this.id];
461461

0 commit comments

Comments
 (0)