mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Translate debug message
This commit is contained in:
parent
7cec165cc9
commit
eb05f0a272
@ -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 )
|
||||
{
|
||||
feedback->pushDebugInfo( QStringLiteral( "GEOS exception: taking the slower route ..." ) );
|
||||
feedback->pushDebugInfo( QObject::tr( "GEOS exception: taking the slower route ..." ) );
|
||||
result = QgsGeometry();
|
||||
for ( const auto &p : parts )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user