We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c976f8 commit ec3859aCopy full SHA for ec3859a
src/providers/wms/qgswmsprovider.cpp
@@ -1607,8 +1607,6 @@ void QgsWmsProvider::parseServiceException(QDomElement const & e)
1607
mError += "\n" + tr("The WMS vendor also reported: ");
1608
mError += seText;
1609
1610
- mError += "\n" + tr("This is probably due to a bug in the QGIS program. Please report this error.");
1611
-
1612
// TODO = e.attribute("locator");
1613
1614
QgsDebugMsg("composed error message '" + mError + "'.");
0 commit comments