From 149a2bf41f642cdb93493ac5228fbd623b68a386 Mon Sep 17 00:00:00 2001 From: pitzm Date: Wed, 15 Apr 2026 11:36:35 +0200 Subject: [PATCH] =?UTF-8?q?EMailProfiler.Common:=20echter=20Abbruch=20bei?= =?UTF-8?q?=20doppeltem=20Schl=C3=BCssel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/EmailProfiler.Common/clsWorkEmail.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/App/EmailProfiler.Common/clsWorkEmail.vb b/App/EmailProfiler.Common/clsWorkEmail.vb index 99efa67..15514e7 100644 --- a/App/EmailProfiler.Common/clsWorkEmail.vb +++ b/App/EmailProfiler.Common/clsWorkEmail.vb @@ -138,7 +138,8 @@ Public Class clsWorkEmail oHistoryID = _DB_MSSQL.GetScalarValue(oSql) If oHistoryID > 0 And IS_LOCAL_TEST = False Then - _Logger.Warn("Found a MessageID2 already in use!") + _Logger.Error("Found a MessageID2 already in use! Could not process email!") + Return False End If End If