(cobra bots) change an error log to a warning log when reconnecting because no messages were received for a minute
This commit is contained in:
@ -130,7 +130,7 @@ namespace ix
|
||||
ss << "no messages received or sent for "
|
||||
<< heartBeatTimeout << " seconds, reconnecting";
|
||||
|
||||
CoreLogger::error(ss.str());
|
||||
CoreLogger::warn(ss.str());
|
||||
stalledConnection = true;
|
||||
}
|
||||
state = currentState;
|
||||
|
Reference in New Issue
Block a user