Skip to content

Commit f430487

Browse files
author
jef
committedAug 10, 2010
fix #2934
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14043 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wms/qgswmsprovider.cpp

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.