mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7718 Fix unnecessary error dialog for LAS import
This commit is contained in:
parent
56b80b8a02
commit
6fd5564545
@ -168,9 +168,9 @@ bool RimWellLogFile::readFile( QString* errorMessage )
|
|||||||
}
|
}
|
||||||
else if ( !isDateValid( m_date() ) )
|
else if ( !isDateValid( m_date() ) )
|
||||||
{
|
{
|
||||||
*errorMessage = QString( "The LAS-file '%1' contains no recognizable date. Please assign a date in the "
|
RiaLogging::warning( QString( "The LAS-file '%1' contains no recognizable date. Please assign a date in the "
|
||||||
"LAS-file property panel" )
|
"LAS-file property panel." )
|
||||||
.arg( m_name() );
|
.arg( m_name() ) );
|
||||||
|
|
||||||
m_date = DEFAULT_DATE_TIME;
|
m_date = DEFAULT_DATE_TIME;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user