Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Push debug message to console
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/analysis/processing/qgsalgorithmdissolve.cpp
|
@@ -219,7 +219,7 @@ QVariantMap QgsDissolveAlgorithm::processAlgorithm( const QVariantMap ¶meter |
|
|
// See: https://issues.qgis.org/issues/20591 - Dissolve tool failing to produce outputs |
|
|
if ( ! result.lastError().isEmpty() && parts.count() > 2 ) |
|
|
{ |
|
|
QgsDebugMsg( QStringLiteral( "GEOS exception, taking the slower route ..." ) ); |
|
|
feedback->pushDebugInfo( QStringLiteral( "GEOS exception: taking the slower route ..." ) ); |
|
|
result = QgsGeometry(); |
|
|
for ( const auto &p : parts ) |
|
|
{ |
|
|