1
0
Fork 0

ogr-decode: be more verbose about the currently processed shapefile

This commit is contained in:
Christian Schmitt 2013-01-08 13:54:00 +01:00
parent 70ae2ecdfe
commit e0cceae841

View file

@ -657,6 +657,8 @@ int main( int argc, char **argv ) {
exit( 1 );
}
SG_LOG( SG_GENERAL, SG_ALERT, "Processing datasource " << datasource );
OGRLayer *poLayer;
if (argc>3) {