Skip to content

Commit

Permalink
QgsDebugMsg -> QgsDebugMsgLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 17, 2020
1 parent 9cbd370 commit 6b17585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -5557,7 +5557,7 @@ QgsVectorTileLayer *QgisApp::addVectorTileLayerPrivate( const QString &url, cons
base = QgsMapLayer::formatLayerName( base );
}

QgsDebugMsg( "completeBaseName: " + base );
QgsDebugMsgLevel( "completeBaseName: " + base, 2 );

// create the layer
std::unique_ptr<QgsVectorTileLayer> layer( new QgsVectorTileLayer( url, base ) );
Expand Down

0 comments on commit 6b17585

Please sign in to comment.