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

Commit 36cfaf9

Browse files
committed
http2: consistent log message prefix
1 parent 8e8f4c0 commit 36cfaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/http2/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ function sessionOnPriority(stream, parent, weight, exclusive) {
20112011
}
20122012

20132013
function connectionListener(socket) {
2014-
debug('server received a connection');
2014+
debug('[server] received a connection');
20152015
const options = this[kOptions] || {};
20162016

20172017
if (this.timeout) {

0 commit comments

Comments
 (0)