Skip to content

Commit e72cf56

Browse files
committed
Added debug msg
1 parent 921069a commit e72cf56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/wfs/qgswfsprovider.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ void QgsWFSProviderSQLColumnRefValidator::visit( const QgsSQLStatement::NodeColu
271271

272272
bool QgsWFSProvider::processSQL( const QString& sqlString, QString& errorMsg )
273273
{
274+
QgsDebugMsg( QString( "Processing SQL: %1" ).arg( sqlString ) );
274275
errorMsg.clear();
275276
QgsSQLStatement sql( sqlString );
276277
if ( sql.hasParserError() )

0 commit comments

Comments
 (0)