Skip to content
Snippets Groups Projects
Commit 94e41ad5 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #5844: Lost connection with OLAP is normal behaviour, so we should not use LOG_FATAL

parent 8b50d18d
No related branches found
No related tags found
No related merge requests found
...@@ -754,7 +754,7 @@ void OnlineControl::_handleDisconnect(GCFPortInterface& port) ...@@ -754,7 +754,7 @@ void OnlineControl::_handleDisconnect(GCFPortInterface& port)
port.close(); port.close();
// QUICKFIX #4022 // QUICKFIX #4022
if (&port == itsFeedbackPort) { if (&port == itsFeedbackPort) {
LOG_FATAL_STR("Lost connection with Feedback of OLAP."); LOG_INFO_STR("Lost connection with Feedback of OLAP.");
delete itsFeedbackPort; delete itsFeedbackPort;
itsFeedbackPort = 0; itsFeedbackPort = 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment