git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5360 689a6050-402a-0410-94f2-e92a70836424
@@ -251,7 +251,7 @@ int db_postgres_convert_rows(const db_con_t* _h, db_res_t* _r)
*/
if (PQgetisnull(CON_RESULT(_h), row, col) == 0) {
row_buf[col] = s;
- LM_ERR("[%d][%d] Column[%.*s]=[%s]\n",
+ LM_DBG("[%d][%d] Column[%.*s]=[%s]\n",
row, col, RES_NAMES(_r)[col]->len, RES_NAMES(_r)[col]->s, row_buf[col]);
}