This commit is contained in:
Alexey Milovidov 2020-08-14 05:42:23 +03:00
parent 2359759b0e
commit f5b8f508f0

View File

@ -1839,6 +1839,7 @@ private:
void onLogData(Block & block)
{
initLogsOutputStream();
clearProgress();
logs_out_stream->write(block);
logs_out_stream->flush();
}