We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b39e6d1 commit 6b15361Copy full SHA for 6b15361
src/providers/wms/qgswmscapabilities.cpp
@@ -2066,8 +2066,10 @@ void QgsWmsCapabilitiesDownload::capabilitiesReplyFinished()
2066
QgsDebugMsg( "No cache for capabilites!" );
2067
}
2068
2069
+#ifdef QGISDEBUG
2070
bool fromCache = mCapabilitiesReply->attribute( QNetworkRequest::SourceIsFromCacheAttribute ).toBool();
2071
QgsDebugMsg( QString( "Capabilities reply was cached: %1" ).arg( fromCache ) );
2072
+#endif
2073
2074
mHttpCapabilitiesResponse = mCapabilitiesReply->readAll();
2075
0 commit comments