From 2a8f09cb4697225fb29bce145eeb48c4e3cbf744 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Wed, 6 Sep 2023 08:11:07 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-12868 Signed-off-by: stephb9959 --- src/ActionLinkManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ActionLinkManager.cpp b/src/ActionLinkManager.cpp index 0ac228c..e1f5486 100644 --- a/src/ActionLinkManager.cpp +++ b/src/ActionLinkManager.cpp @@ -110,8 +110,8 @@ namespace OpenWifi { DBG if (AuthService()->SendEmailToUser(i.id, UInfo.email, MessagingTemplates::EMAIL_INVITATION)) { + DBG poco_information( - DBG Logger(), fmt::format("Send new subscriber email invitation link to {}", UInfo.email)); }