fix log
This commit is contained in:
parent
af8abecbd6
commit
3efcd5f618
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user