Skip to content

Commit 05f3708

Browse files
committed
Fix debug output (followup a7dcaad)
1 parent 9b1380c commit 05f3708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsmaptoolselectutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void QgsMapToolSelectUtils::setSelectFeatures( QgsMapCanvas* canvas,
159159
QApplication::setOverrideCursor( Qt::WaitCursor );
160160

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

0 commit comments

Comments
 (0)