ogr-decode: be more verbose about the currently processed shapefile
This commit is contained in:
parent
70ae2ecdfe
commit
e0cceae841
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue