From 14653d6142c5a883af9fa55cf7ba0903448b614b Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 19 Apr 2025 08:46:55 +0200 Subject: [PATCH] Try to fix logging --- src/minidexed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 2ad415e..8ac590d 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -2341,7 +2341,7 @@ bool CMiniDexed::InitNetwork() m_pNetDevice = CNetDevice::GetNetDevice(NetDeviceType); - // syslog configuration + // Syslog configuration CIPAddress ServerIP = m_pConfig->GetNetworkSyslogServerIPAddress(); if (ServerIP.IsSet () && !ServerIP.IsNull ()) {