Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
http2: consistent log message prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeckers committed Jul 9, 2017
1 parent 8e8f4c0 commit 36cfaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/http2/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ function sessionOnPriority(stream, parent, weight, exclusive) {
}

function connectionListener(socket) {
debug('server received a connection');
debug('[server] received a connection');
const options = this[kOptions] || {};

if (this.timeout) {
Expand Down

0 comments on commit 36cfaf9

Please sign in to comment.