#7000 Octave : Use Warning instead of Error in log messages

This commit is contained in:
Magne Sjaastad 2020-11-17 08:31:32 +01:00
parent 5cdd34cf9a
commit 4d97abaa58

View File

@ -60,7 +60,7 @@ RiaSocketServer::RiaSocketServer( QObject* parent )
{
QString txt = "Disabled communication with Octave due to another ResInsight process running.";
RiaLogging::error( txt );
RiaLogging::warning( txt );
return;
}