mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Another debug statement change
git-svn-id: http://svn.osgeo.org/qgis/trunk@6349 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8a47a2a75f
commit
f3ffc22bd6
@ -4423,7 +4423,7 @@ void *QgsRasterLayer::readData ( GDALRasterBand *gdalBand, QgsRasterViewPort *vi
|
||||
", " + QString::number(viewPort->rectYOffsetInt)+\
|
||||
", source size: " + QString::number(viewPort->clippedWidthInt)+\
|
||||
", " + QString::number(viewPort->clippedHeightInt)+\
|
||||
"dest size: " + QString::number(viewPort->drawableAreaXDimInt)+\
|
||||
", dest size: " + QString::number(viewPort->drawableAreaXDimInt)+\
|
||||
", " + QString::number(viewPort->drawableAreaYDimInt));
|
||||
|
||||
CPLErr myErr = gdalBand->RasterIO ( GF_Read,
|
||||
|
Loading…
x
Reference in New Issue
Block a user