From 673c4eb9998ab07f4bd7e394b88eca5f9be3f30e Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Tue, 8 Apr 2014 14:52:45 +0200 Subject: [PATCH] Fixing plugin directory message --- src/blackcore/context_simulator_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackcore/context_simulator_impl.cpp b/src/blackcore/context_simulator_impl.cpp index df5789172..dad94b805 100644 --- a/src/blackcore/context_simulator_impl.cpp +++ b/src/blackcore/context_simulator_impl.cpp @@ -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; }