src: fix DEBUG_HTTP2 type arguments · nodejs/node@7213be9 · GitHub
Skip to content

Commit 7213be9

Browse files
danbevMylesBorins
authored andcommitted
src: fix DEBUG_HTTP2 type arguments
Currently when building using --debug-http2 there are a number of compilation errors like the following: In file included from ../src/node_http2.cc:3: In file included from ../src/node_http2.h:6: ../src/node_http2_core-inl.h:43:32: error: too few arguments to function call, single argument 'type' was not specified handle->TypeName(), len, message); This commit adds the type argument to the calls. PR-URL: #15197 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 5b8fa29 commit 7213be9

1 file changed

Lines changed: 29 additions & 26 deletions

File tree

src/node_http2_core-inl.h

Lines changed: 29 additions & 26 deletions

0 commit comments

Comments
 (0)