Skip to content

Commit

Permalink
Added debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed May 25, 2016
1 parent 921069a commit e72cf56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/wfs/qgswfsprovider.cpp
Expand Up @@ -271,6 +271,7 @@ void QgsWFSProviderSQLColumnRefValidator::visit( const QgsSQLStatement::NodeColu

bool QgsWFSProvider::processSQL( const QString& sqlString, QString& errorMsg )
{
QgsDebugMsg( QString( "Processing SQL: %1" ).arg( sqlString ) );
errorMsg.clear();
QgsSQLStatement sql( sqlString );
if ( sql.hasParserError() )
Expand Down

0 comments on commit e72cf56

Please sign in to comment.