]> granicus.if.org Git - postgis/commitdiff
lower default verbosity level
authorSandro Santilli <strk@keybit.net>
Wed, 27 Sep 2006 08:23:40 +0000 (08:23 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 27 Sep 2006 08:23:40 +0000 (08:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2485 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c

index 0f0f820d47b2576d72b46ee46c29a8046ecd47cb..23419189cbb0207e359280e15977612b5ea39289 100644 (file)
@@ -54,8 +54,9 @@ static char rcsid[] =
  * Verbosity:
  *   set to 1 to see record fetching progress
  *   set to 2 to see also shapefile creation progress
+ *   set to 3 for debugging
  */
-#define VERBOSE 3
+#define VERBOSE 1
 
 /* Define this to use HEX encoding instead of bytea encoding */
 #define HEXWKB 1