clarify log

develop^2
Geoffrey Merck 4 months ago
parent 0a5c42bf79
commit 147d1696c3

@ -51,7 +51,7 @@ CIRCDDBClient::~CIRCDDBClient()
// A false return implies a network error, or unable to log in // A false return implies a network error, or unable to log in
bool CIRCDDBClient::open() bool CIRCDDBClient::open()
{ {
CLog::logInfo("start client and app\n"); CLog::logInfo("IRCDDB start client and app\n");
m_d->client->startWork(); m_d->client->startWork();
m_d->m_app->startWork(); m_d->m_app->startWork();
return true; return true;

Loading…
Cancel
Save

Powered by TurnKey Linux.