We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9625703 commit a2bec36Copy full SHA for a2bec36
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