From 8a97101e08c334eaeae8aff852a1888fbefedb46 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 19 Jan 2022 20:14:12 +0100 Subject: [PATCH] #5 fix typo --- IRCDDBApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRCDDBApp.cpp b/IRCDDBApp.cpp index f89a84d..c9ca209 100644 --- a/IRCDDBApp.cpp +++ b/IRCDDBApp.cpp @@ -661,7 +661,7 @@ bool IRCDDBApp::notifyRepeaterG2NatTraversal(const std::string& repeater) } if(nick.empty()) { - CLog::logDebug("Unable to dind IRC nick for repeater %s", repeater.c_str()); + CLog::logDebug("Unable to find IRC nick for repeater %s", repeater.c_str()); return true; } @@ -691,7 +691,7 @@ bool IRCDDBApp::notifyRepeaterDextraNatTraversal(const std::string& repeater, un } if(nick.empty()) { - CLog::logDebug("Unable to dind IRC nick for repeater %s", repeater.c_str()); + CLog::logDebug("Unable to find IRC nick for repeater %s", repeater.c_str()); return true; }