Skip to content

Commit

Permalink
Fix debug output (followup a7dcaad)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 28, 2016
1 parent 9b1380c commit 05f3708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolselectutils.cpp
Expand Up @@ -159,7 +159,7 @@ void QgsMapToolSelectUtils::setSelectFeatures( QgsMapCanvas* canvas,
QApplication::setOverrideCursor( Qt::WaitCursor );

QgsDebugMsg( "Selection layer: " + vlayer->name() );
QgsDebugMsg( "Selection polygon: " + selectGeomTrans.exportToWkt() );
QgsDebugMsg( "Selection polygon: " + selectGeomTrans->exportToWkt() );
QgsDebugMsg( "doContains: " + QString( doContains ? "T" : "F" ) );
QgsDebugMsg( "doDifference: " + QString( doDifference ? "T" : "F" ) );

Expand Down

0 comments on commit 05f3708

Please sign in to comment.