EMailProfiler.Common: echter Abbruch bei doppeltem Schlüssel

This commit is contained in:
2026-04-15 11:36:35 +02:00
parent 971efb5a17
commit 149a2bf41f

View File

@@ -138,7 +138,8 @@ Public Class clsWorkEmail
oHistoryID = _DB_MSSQL.GetScalarValue(oSql) oHistoryID = _DB_MSSQL.GetScalarValue(oSql)
If oHistoryID > 0 And IS_LOCAL_TEST = False Then 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
End If End If