From 48c118fed75e144b914b0d826e7f08435feb8eff Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Fri, 14 Aug 2026 15:35:34 +0200 Subject: [PATCH] typo --- src/core/system.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/system.cpp b/src/core/system.cpp index 060a2a1fe..e7205caf6 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -146,8 +146,8 @@ bool System::command_sendmail(const char * value, const int8_t) { LOG_DEBUG("Command sendmail port %d%s called with '%s'", port, security == EMAIL_SECURITY::SSL ? " (SSL)" - : security == EMAIL_SECURITY::STARTTLS ? "" - : " (STARTTLS)", + : security == EMAIL_SECURITY::STARTTLS ? " (STARTTLS)" + : "", value); bool success = false;