1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Corrected some error messages

This commit is contained in:
f4exb
2017-11-12 16:34:38 +01:00
parent 4cf475fd35
commit bc793b4095
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void PluginManager::loadPlugins(const QDir& dir)
if (loader->isLoaded())
{
qWarning("PluginManager::loadPlugins: loaded plugin %s", qPrintable(fileName));
qInfo("PluginManager::loadPlugins: loaded plugin %s", qPrintable(fileName));
}
else
{