Skip to content

Commit 9830a34

Browse files
author
g_j_m
committed
Uncomment a debugging #ifdef
git-svn-id: http://svn.osgeo.org/qgis/trunk@5765 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 52b1c97 commit 9830a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/providers/wms/qgswmsprovider.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ bool QgsWmsProvider::downloadCapabilitiesURI(QString const & uri)
820820
#include <fstream>
821821
bool QgsWmsProvider::parseCapabilitiesDOM(QByteArray const & xml, QgsWmsCapabilitiesProperty& capabilitiesProperty)
822822
{
823-
//#ifdef QGISDEBUG
823+
#ifdef QGISDEBUG
824824
std::cout << "QgsWmsProvider::parseCapabilitiesDOM: entering." << std::endl;
825825

826826
//test the content of the QByteArray.
@@ -846,7 +846,7 @@ bool QgsWmsProvider::parseCapabilitiesDOM(QByteArray const & xml, QgsWmsCapabili
846846
// file.writeBlock(xml);
847847
// file.close();
848848
//}
849-
//#endif
849+
#endif
850850

851851
// Convert completed document into a DOM
852852
QString errorMsg;

0 commit comments

Comments
 (0)