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); CIRCDDBMultiClient* multiClient = new CIRCDDBMultiClient(clients);
bool res = multiClient->open(); bool res = multiClient->open();
if (!res) { if (!res) {
CLog::logInfo("Cannot initialise the ircDDB protocol handler\n"); CLog::logError("Cannot initialise the ircDDB protocol handler\n");
return false; return false;
} }
m_thread->setIRC(multiClient); m_thread->setIRC(multiClient);

Loading…
Cancel
Save

Powered by TurnKey Linux.