From 1456d82446aa54553db01fed6790c24b74a5ed51 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Thu, 21 Aug 2025 20:21:22 +0200 Subject: [PATCH] changelog severity --- DStarGateway/DStarGatewayApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DStarGateway/DStarGatewayApp.cpp b/DStarGateway/DStarGatewayApp.cpp index 070421c..44779c5 100644 --- a/DStarGateway/DStarGatewayApp.cpp +++ b/DStarGateway/DStarGatewayApp.cpp @@ -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);