[GRASS-SVN] r53518 - grass/trunk/lib/temporal/lib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Oct 20 23:39:17 PDT 2012
Author: neteler
Date: 2012-10-20 23:39:16 -0700 (Sat, 20 Oct 2012)
New Revision: 53518
Modified:
grass/trunk/lib/temporal/lib/default_name.c
Log:
fix debug level
Modified: grass/trunk/lib/temporal/lib/default_name.c
===================================================================
--- grass/trunk/lib/temporal/lib/default_name.c 2012-10-20 20:29:24 UTC (rev 53517)
+++ grass/trunk/lib/temporal/lib/default_name.c 2012-10-21 06:39:16 UTC (rev 53518)
@@ -60,7 +60,7 @@
{
dbConnection connection;
- G_debug(1,
+ G_debug(0,
"Creating new default TGIS DB params with tgis_set_default_connection()");
if (strcmp(TGISDB_DEFAULT_DRIVER, "sqlite") == 0) {
More information about the grass-commit
mailing list