From 147d1696c341f80cc077e21e1be51d8370abbbb8 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Thu, 21 Aug 2025 20:18:11 +0200 Subject: [PATCH] clarify log --- IRCDDB/IRCDDBClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRCDDB/IRCDDBClient.cpp b/IRCDDB/IRCDDBClient.cpp index 644ef35..2236bfd 100644 --- a/IRCDDB/IRCDDBClient.cpp +++ b/IRCDDB/IRCDDBClient.cpp @@ -51,7 +51,7 @@ CIRCDDBClient::~CIRCDDBClient() // A false return implies a network error, or unable to log in bool CIRCDDBClient::open() { - CLog::logInfo("start client and app\n"); + CLog::logInfo("IRCDDB start client and app\n"); m_d->client->startWork(); m_d->m_app->startWork(); return true;