From eae52f95d21ab6ff4694f417091d1adc1c866e2f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 7 Apr 2023 11:34:51 +0200 Subject: [PATCH] Better log --- htdocs/emailcollector/class/emailcollector.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/emailcollector/class/emailcollector.class.php b/htdocs/emailcollector/class/emailcollector.class.php index af3529aa9ad..7da3da4e83a 100644 --- a/htdocs/emailcollector/class/emailcollector.class.php +++ b/htdocs/emailcollector/class/emailcollector.class.php @@ -2169,6 +2169,8 @@ class EmailCollector extends CommonObject } } } + } else { + dol_syslog("One and only one existing third party has been found"); } } } @@ -2552,6 +2554,8 @@ class EmailCollector extends CommonObject } } } + } else { + $operationslog .= '
Project already exists for msgid ='.dol_escape_htmltag($msgid); } } elseif ($operation['type'] == 'ticket') { // Create ticket