Browse Source

- remove LM_ERR probe that slipped into previous commit

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5360 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 16 years ago
parent
commit
53cb4c9bf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/db_postgres/km_res.c

+ 1 - 1
modules/db_postgres/km_res.c

@@ -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]);
 			}
 		}