Skip to content

Commit

Permalink
AppManager: fix debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Apr 9, 2021
1 parent c421230 commit 874c549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/AppManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ AppManager::loadPythonGroups()


if (gotInfos) {
qDebug() << "Loading " << moduleName;
qDebug() << "Loading" << moduleName;
QStringList grouping = QString::fromUtf8( pluginGrouping.c_str() ).split( QChar::fromLatin1('/') );
Plugin* p = registerPlugin(modulePath, grouping, QString::fromUtf8( pluginID.c_str() ), QString::fromUtf8( pluginLabel.c_str() ), QString::fromUtf8( iconFilePath.c_str() ), QStringList(), false, false, 0, false, version, 0, false);

Expand Down

0 comments on commit 874c549

Please sign in to comment.