Skip to content

Commit

Permalink
Update src/app/qgspluginregistry.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 6, 2021
1 parent 537b11a commit 20f28a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgspluginregistry.cpp
Expand Up @@ -561,7 +561,7 @@ void QgsPluginRegistry::restoreSessionPlugins( const QString &pluginDirString )
// check for python plugins system-wide
const QStringList pluginList = mPythonUtils->pluginList();
QgsDebugMsgLevel( QStringLiteral( "Loading python plugins" ), 2 );
QgsDebugMsg( QStringLiteral( "Python plugins will be loaded in the following order: " ) + pluginList.join( "," ) );
QgsDebugMsgLevel( QStringLiteral( "Python plugins will be loaded in the following order: " ) + pluginList.join( "," ), 2 );

QStringList corePlugins = QStringList();
corePlugins << QStringLiteral( "GdalTools" );
Expand Down

0 comments on commit 20f28a9

Please sign in to comment.