Skip to content

Commit 3e8be6c

Browse files
committed
downgrade plugin load message from WARNING to INFO
1 parent 19183dd commit 3e8be6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgspluginregistry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ void QgsPluginRegistry::loadCppPlugin( QString theFullPathName )
317317
addPlugin( baseName, QgsPluginMetadata( myLib.fileName(), pName(), pl ) );
318318
//add it to the qsettings file [ts]
319319
settings.setValue( "/Plugins/" + baseName, true );
320-
QgsMessageLog::logMessage( QObject::tr( "Loaded %1 (Path: %2)" ).arg( pName() ).arg( myLib.fileName() ), QObject::tr( "Plugins" ) );
320+
QgsMessageLog::logMessage( QObject::tr( "Loaded %1 (Path: %2)" ).arg( pName() ).arg( myLib.fileName() ), QObject::tr( "Plugins" ), QgsMessageLog::INFO );
321321

322322
QObject *o = dynamic_cast<QObject *>( pl );
323323
if ( o )

0 commit comments

Comments
 (0)