Skip to content

Commit 26baf0c

Browse files
committedNov 23, 2018
Push debug info to the console
1 parent 894cc7c commit 26baf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/analysis/processing/qgsalgorithmdissolve.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ QVariantMap QgsDissolveAlgorithm::processAlgorithm( const QVariantMap &parameter
220220
// See: https://issues.qgis.org/issues/20591 - Dissolve tool failing to produce outputs
221221
if ( ! result.lastError().isEmpty() && parts.count() > 2 )
222222
{
223-
QgsDebugMsg( QStringLiteral( "GEOS exception, taking the slower route ..." ) );
223+
feedback->pushDebugInfo( QStringLiteral( "GEOS exception: taking the slower route ..." ) );
224224
result = QgsGeometry();
225225
for ( const auto &p : parts )
226226
{

0 commit comments

Comments
 (0)
Please sign in to comment.