Revision: 6380
          http://sourceforge.net/p/jump-pilot/code/6380
Author:   edso
Date:     2020-08-18 19:19:01 +0000 (Tue, 18 Aug 2020)
Log Message:
-----------
changing a debug out to trace because of it's level of detail is slowing down 
loading massively

Modified Paths:
--------------
    core/trunk/src/org/geotools/shapefile/Shapefile.java

Modified: core/trunk/src/org/geotools/shapefile/Shapefile.java
===================================================================
--- core/trunk/src/org/geotools/shapefile/Shapefile.java        2020-08-18 
18:14:31 UTC (rev 6379)
+++ core/trunk/src/org/geotools/shapefile/Shapefile.java        2020-08-18 
19:19:01 UTC (rev 6380)
@@ -403,7 +403,7 @@
                     raf.getChannel().read(bb, offset*2 + 8);
                     shp = new EndianDataInputStream(new 
ByteArrayInputStream(bytes));
                     body = handler.read(shp, geometryFactory, length);
-                    Logger.debug("" + recordNumber + " : from " + offset + " 
for " + length + " (" + body.getNumPoints() + " pts)");
+                    Logger.trace("" + recordNumber + " : from " + offset + " 
for " + length + " (" + body.getNumPoints() + " pts)");
                     list.add(body);
                     if (body.getUserData() != null) errors++;
                 } catch(Exception e) {



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to