Sfoglia il codice sorgente

sqlite-db: correct debug level (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60579 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 anni fa
parent
commit
4f754c4a29
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      db/drivers/sqlite/describe.c

+ 1 - 1
db/drivers/sqlite/describe.c

@@ -186,7 +186,7 @@ int describe_table(sqlite3_stmt * statement, dbTable ** table, cursor * c)
 
 	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) {