Skip to content

Commit 01acbc6

Browse files
authored
fix
1 parent 81a89d6 commit 01acbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapogr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,7 @@ static int msOGRFileWhichShapes(layerObj *layer, rectObj rect,
25512551
ACQUIRE_OGR_LOCK;
25522552

25532553
if (layer->debug)
2554-
msDebug("msOGRFileWhichShapes: geom type %s, valid rect %s\n", OGR_L_GetGeomType(psInfo->hLayer), bIsValidRect);
2554+
msDebug("msOGRFileWhichShapes: geom type %s\n", OGR_L_GetGeomType(psInfo->hLayer));
25552555

25562556
if (OGR_L_GetGeomType(psInfo->hLayer) != wkbNone && bIsValidRect) {
25572557
if (rect.minx == rect.maxx && rect.miny == rect.maxy) {

0 commit comments

Comments
 (0)