We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8f45a08 commit f430487Copy full SHA for f430487
src/providers/wms/qgswmsprovider.cpp
@@ -1844,7 +1844,7 @@ bool QgsWmsProvider::parseServiceExceptionReportDom( QByteArray const & xml )
1844
{
1845
mErrorCaption = tr( "Dom Exception" );
1846
mErrorFormat = "text/plain";
1847
- mError = tr( "Could not get WMS Service Exception at %1: %2 at line %3 column %4\n\nResponse was:\n\n%4" )
+ mError = tr( "Could not get WMS Service Exception at %1: %2 at line %3 column %4\n\nResponse was:\n\n%5" )
1848
.arg( mBaseUrl )
1849
.arg( errorMsg )
1850
.arg( errorLine )
0 commit comments