This commit is contained in:
Frédéric FRANCE 2022-08-10 16:29:37 +02:00
parent af8abecbd6
commit 3efcd5f618

View File

@ -992,7 +992,7 @@ class CMailFile
} catch (Exception $e) {
// Return an error if token not found
$this->errors[] = $e->getMessage();
dol_syslog("CMailFile::sendfile: mail end error=".$this->error, LOG_ERR);
dol_syslog("CMailFile::sendfile: mail end error=".$e->getMessage(), LOG_ERR);
}
}
if (!empty($conf->global->$keyforsslseflsigned)) {