Skip to content

Commit b2c03b2

Browse files
committed
Fix formatting of AFTER_HEADER_DECODING event
1 parent dd9b9d3 commit b2c03b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/InfoPrinter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ void InfoPrinter::processEvent(const Event& evt)
153153

154154
if (_level >= 5) {
155155
// JSON text
156+
ss << "{ \"type\":\"" << evt.getTypeAsString() << "\"";
157+
156158
if (nbTokens > 1)
157159
ss << ", \"bsVersion\":" << tokens[1];
158160

0 commit comments

Comments
 (0)