Commit 680da756 authored by Lorenz Meier's avatar Lorenz Meier

Fixed another logging bug

parent 49f2f76b
......@@ -109,9 +109,7 @@ void LogCompressor::run()
emit logProcessingStatusChanged(tr("Log compressor: Dataset contains dimension: ") + headerLine);
// Reset our position in the input file before we start the main processing loop.
infile.reset();
in.reset();
in.resetStatus();
in.seek(0);
// Template list stores a list for populating with data as it's parsed from messages.
QStringList templateList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment