diff --git a/ApplicationCode/SocketInterface/RiaSocketServer.cpp b/ApplicationCode/SocketInterface/RiaSocketServer.cpp index 6262996fda..3d96126fc0 100644 --- a/ApplicationCode/SocketInterface/RiaSocketServer.cpp +++ b/ApplicationCode/SocketInterface/RiaSocketServer.cpp @@ -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; }