This commit is contained in:
gabime 2019-07-11 19:23:06 +03:00
parent e0d85e60a3
commit 521c5317a2

View File

@ -47,7 +47,7 @@ protected:
}
else
{
sink::formatter_->format(msg, formatted);
base_sink<Mutex>::formatter_->format(msg, formatted);
}
formatted.push_back('\0');
const char *msg_output = formatted.data();