reciever hdf5 compiling error fixed

This commit is contained in:
2018-11-02 14:31:36 +01:00
parent 742d4e6cb7
commit 833f0c164c
2 changed files with 4 additions and 3 deletions

View File

@ -451,7 +451,7 @@ void slsReceiverImplementation::setFileFormat(const fileFormat f) {
for(const auto& it : dataProcessor)
it->SetFileFormat(f);
FILE_LOG(logINFO) << "File Format:" << getFileFormatType(fileFormatType);
FILE_LOG(logINFO) << "File Format: " << getFileFormatType(fileFormatType);
}