mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Fixing plugin directory message
This commit is contained in:
@@ -62,7 +62,7 @@ namespace BlackCore
|
||||
m_pluginsDir = QDir(qApp->applicationDirPath().append("/plugins"));
|
||||
if (!m_pluginsDir.exists())
|
||||
{
|
||||
qWarning() << "No plugin directory" << m_pluginsDir;
|
||||
qWarning() << "No plugin directory" << m_pluginsDir.currentPath();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user