Skip to content

Commit a2bec36

Browse files
author
jef
committed
fix #2934
git-svn-id: http://svn.osgeo.org/qgis/trunk@14043 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9625703 commit a2bec36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wms/qgswmsprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ bool QgsWmsProvider::parseServiceExceptionReportDom( QByteArray const & xml )
18441844
{
18451845
mErrorCaption = tr( "Dom Exception" );
18461846
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" )
1847+
mError = tr( "Could not get WMS Service Exception at %1: %2 at line %3 column %4\n\nResponse was:\n\n%5" )
18481848
.arg( mBaseUrl )
18491849
.arg( errorMsg )
18501850
.arg( errorLine )

0 commit comments

Comments
 (0)