Module: sip-router Branch: janakj/postgres Commit: 53cb4c9bf6fc8eba297a516d5510481994ada829 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53cb4c9b...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Mon Dec 15 16:01:55 2008 +0000
- 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
---
modules/db_postgres/km_res.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/db_postgres/km_res.c b/modules/db_postgres/km_res.c index 696327a..061f157 100644 --- a/modules/db_postgres/km_res.c +++ b/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]); } }