#7746 Plot window Messages: Simplify comments related to h5-files

This commit is contained in:
Magne Sjaastad 2021-06-10 08:09:48 +02:00
parent 2689cd560f
commit 0b724da685

View File

@ -44,12 +44,6 @@ bool RifHdf5SummaryExporter::ensureHdf5FileIsCreatedMultithreaded( const std::ve
if ( smspecFileNames.size() != h5FileNames.size() ) return false; if ( smspecFileNames.size() != h5FileNames.size() ) return false;
{
QString txt = QString( "Testing if H5 files are present for [ %1 ] summary files ..." )
.arg( static_cast<int>( smspecFileNames.size() ) );
RiaLogging::info( txt );
}
size_t hdfFilesCreatedCount = 0; size_t hdfFilesCreatedCount = 0;
bool useMultipleThreads = threadCount > 1; bool useMultipleThreads = threadCount > 1;
@ -63,6 +57,7 @@ bool RifHdf5SummaryExporter::ensureHdf5FileIsCreatedMultithreaded( const std::ve
RifHdf5SummaryExporter::ensureHdf5FileIsCreated( smspecFileName, h5FileName, hdfFilesCreatedCount ); RifHdf5SummaryExporter::ensureHdf5FileIsCreated( smspecFileName, h5FileName, hdfFilesCreatedCount );
} }
if ( hdfFilesCreatedCount > 0 )
{ {
QString txt = QString( "Created [ %1 ] h5 files from a total of [ %2 ] summary files" ) QString txt = QString( "Created [ %1 ] h5 files from a total of [ %2 ] summary files" )
.arg( static_cast<int>( hdfFilesCreatedCount ) ) .arg( static_cast<int>( hdfFilesCreatedCount ) )