[GRASS-SVN] r53169 - grass/trunk/db/drivers/sqlite

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 12 05:44:42 PDT 2012


Author: neteler
Date: 2012-09-12 05:44:41 -0700 (Wed, 12 Sep 2012)
New Revision: 53169

Modified:
   grass/trunk/db/drivers/sqlite/fetch.c
Log:
debug cosmetics

Modified: grass/trunk/db/drivers/sqlite/fetch.c
===================================================================
--- grass/trunk/db/drivers/sqlite/fetch.c	2012-09-12 08:50:45 UTC (rev 53168)
+++ grass/trunk/db/drivers/sqlite/fetch.c	2012-09-12 12:44:41 UTC (rev 53169)
@@ -164,7 +164,7 @@
 	    dt->hour = 0;
 	    dt->minute = 0;
 	    dt->seconds = 0.0;
-	    G_debug(3, "sqlite fetched date: %s", text);
+	    G_debug(3, "sqlite fetched date: <%s>", text);
 	    ns = sscanf(text, "%4d-%2d-%2d", &dt->year, &dt->month, &dt->day);
 	    if (ns != 3) {
 		db_d_append_error("%s %s",



More information about the grass-commit mailing list