From 4d97abaa58b18a29777215857b3fde47315d3da3 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 17 Nov 2020 08:31:32 +0100 Subject: [PATCH] #7000 Octave : Use Warning instead of Error in log messages --- ApplicationCode/SocketInterface/RiaSocketServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }