[GRASS-SVN] r51127 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 21 07:37:08 EDT 2012
Author: martinl
Date: 2012-03-21 04:37:08 -0700 (Wed, 21 Mar 2012)
New Revision: 51127
Modified:
grass/trunk/lib/vector/Vlib/open_pg.c
Log:
vlib: fix debug level
Modified: grass/trunk/lib/vector/Vlib/open_pg.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open_pg.c 2012-03-21 11:08:56 UTC (rev 51126)
+++ grass/trunk/lib/vector/Vlib/open_pg.c 2012-03-21 11:37:08 UTC (rev 51127)
@@ -387,7 +387,7 @@
"AND kcu.constraint_name = tc.constraint_name "
"WHERE t.table_schema = '%s' AND t.table_name = '%s'",
pg_info->schema_name, pg_info->table_name);
- G_debug(0, "SQL: %s", stmt);
+ G_debug(2, "SQL: %s", stmt);
res = PQexec(pg_info->conn, stmt);
if (!res || PQresultStatus(res) != PGRES_TUPLES_OK ||
More information about the grass-commit
mailing list