changelog severity

develop^2
Geoffrey Merck 4 months ago
parent 147d1696c3
commit 1456d82446

@ -316,7 +316,7 @@ bool CDStarGatewayApp::createThread()
CIRCDDBMultiClient* multiClient = new CIRCDDBMultiClient(clients);
bool res = multiClient->open();
if (!res) {
CLog::logInfo("Cannot initialise the ircDDB protocol handler\n");
CLog::logError("Cannot initialise the ircDDB protocol handler\n");
return false;
}
m_thread->setIRC(multiClient);

Loading…
Cancel
Save

Powered by TurnKey Linux.