Skip to content

Commit c4128d1

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

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
@@ -175,6 +175,8 @@ void InfoPrinter::processEvent(const Event& evt)
175175

176176
if (nbTokens > 7)
177177
ss << ", \"original\":" << (tokens[7] == "" ? "N/A" : tokens[7]);
178+
179+
ss << " }";
178180
}
179181
else {
180182
// Raw text

0 commit comments

Comments
 (0)