2
0
forked from Wavyzz/dolibarr

Error in driver is log as warning

This commit is contained in:
Laurent Destailleur
2010-09-04 12:32:32 +00:00
parent 5a65989f49
commit 283692ad41
4 changed files with 4 additions and 4 deletions

View File

@@ -514,7 +514,7 @@ class DoliDb
$this->lastqueryerror = $query;
$this->lasterror = $this->error();
$this->lasterrno = $this->errno();
dol_syslog("Pgsql.lib::query SQL error: ".$query, LOG_ERR);
dol_syslog("Pgsql.lib::query SQL error: ".$query, LOG_WARNING);
//print "\n>> ".$query."<br>\n";
//print '>> '.$this->lasterrno.' - '.$this->lasterror.' - '.$this->lastqueryerror."<br>\n";