Skip to content

Commit 402c0dc

Browse files
committedJun 2, 2014
Use QgsDebugMsg for a debug message
1 parent ca73eaa commit 402c0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectorlayerrenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ void QgsVectorLayerRenderer::drawRendererV2( QgsFeatureIterator& fit )
227227

228228
if ( mContext.renderingStopped() )
229229
{
230-
qDebug( "breaking!" );
230+
QgsDebugMsg( QString( "Drawing of vector layer %1 cancelled." ).arg( layerID() ) );
231231
break;
232232
}
233233

0 commit comments

Comments
 (0)
Please sign in to comment.