diff --git a/src/Prep/ShapeFile/shape-decode.cxx b/src/Prep/ShapeFile/shape-decode.cxx index fed714c0..2054d34c 100644 --- a/src/Prep/ShapeFile/shape-decode.cxx +++ b/src/Prep/ShapeFile/shape-decode.cxx @@ -325,7 +325,7 @@ void processLine(SHPObject* psShape, for (j=psShape->panPartStart[iPart];jpadfX[j] << ", " << psShape->padfY[j] << ")"); #endif @@ -413,7 +413,7 @@ int main( int argc, char **argv ) { SGPath programPath(progname); string force_area_type = ""; - sglog().setLogLevels( SG_ALL, SG_DEBUG ); + sglog().setLogLevels( SG_ALL, SG_INFO ); if (programPath.file()=="noaa-decode") { SG_LOG( SG_GENERAL, SG_INFO, "Entering noaa-decode mode" );