[GRASS-SVN] r60579 - grass/trunk/db/drivers/sqlite
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 29 02:54:04 PDT 2014
Author: martinl
Date: 2014-05-29 02:54:04 -0700 (Thu, 29 May 2014)
New Revision: 60579
Modified:
grass/trunk/db/drivers/sqlite/describe.c
Log:
sqlite-db: correct debug level (cosmetics)
Modified: grass/trunk/db/drivers/sqlite/describe.c
===================================================================
--- grass/trunk/db/drivers/sqlite/describe.c 2014-05-29 06:58:48 UTC (rev 60578)
+++ grass/trunk/db/drivers/sqlite/describe.c 2014-05-29 09:54:04 UTC (rev 60579)
@@ -186,7 +186,7 @@
get_column_info(statement, i, &litetype, &sqltype, &fsize);
- G_debug(2, "col: %s, nkcols %d, litetype : %d, sqltype %d",
+ G_debug(3, "col: %s, nkcols %d, litetype : %d, sqltype %d",
fname, nkcols, litetype, sqltype);
if (sqltype == DB_SQL_TYPE_UNKNOWN) {
More information about the grass-commit
mailing list