Skip to content

Commit 7cec165

Browse files
committed
Push debug message to console
1 parent 947f82d commit 7cec165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/processing/qgsalgorithmdissolve.cpp

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

0 commit comments

Comments
 (0)