Skip to content

Commit

Permalink
fix #2934
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14043 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 10, 2010
1 parent 8f45a08 commit f430487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -1844,7 +1844,7 @@ bool QgsWmsProvider::parseServiceExceptionReportDom( QByteArray const & xml )
{
mErrorCaption = tr( "Dom Exception" );
mErrorFormat = "text/plain";
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" )
.arg( mBaseUrl )
.arg( errorMsg )
.arg( errorLine )
Expand Down

0 comments on commit f430487

Please sign in to comment.