Cleanup set_draft in syslog

This commit is contained in:
Francis Appels
2019-05-01 09:38:27 +02:00
parent 61bf731d17
commit 18c5c586ab
4 changed files with 15 additions and 20 deletions

View File

@@ -499,7 +499,7 @@ class Commande extends CommonOrder
return -1;
}
dol_syslog(get_class($this)."::set_draft", LOG_DEBUG);
dol_syslog(__METHOD__, LOG_DEBUG);
$this->db->begin();