mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7000 Octave : Use Warning instead of Error in log messages
This commit is contained in:
parent
5cdd34cf9a
commit
4d97abaa58
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user