mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Summary Restart : Write out only name of h5 file, not original file
This commit is contained in:
parent
536e656684
commit
c48274d69b
@ -79,7 +79,7 @@ bool RifReaderEclipseSummary::open( const QString& headerFileName, RiaThreadSafe
|
||||
|
||||
if ( createdH5FileCount > 0 )
|
||||
{
|
||||
QString txt = QString( "Created %1 from file %2" ).arg( headerFileName ).arg( h5FilenameCandidate );
|
||||
QString txt = QString( "Created %1 " ).arg( h5FilenameCandidate );
|
||||
if ( threadSafeLogger ) threadSafeLogger->info( txt );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user