[TASK] Add one more log line.

This commit is contained in:
Jan Philipp Timme 2015-11-27 15:24:07 +01:00
parent 151562fdf0
commit 33ed6d8a7b
1 changed files with 2 additions and 1 deletions

View File

@ -494,6 +494,7 @@ void ImageViewer::applyBasicFilter() {
}
logFile << std::endl;
}
logFile << "Beginning calculation ... " << std::endl;
renewLogging();
int h, s, l;