Fix test error

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-09-10 13:38:42 +01:00
parent 3918174f4c
commit bc2c1163b8

View File

@@ -296,7 +296,6 @@ Journal::formatLog(std::string const& message)
{
if (!jsonLogsEnabled_)
{
currentJsonLogContext_.writer().buffer() += " ";
currentJsonLogContext_.writer().buffer() += message;
return currentJsonLogContext_.writer().buffer();
}