diff --git a/src/scripting/scripting.cpp b/src/scripting/scripting.cpp index 705a5d5d21..cf176350bd 100644 --- a/src/scripting/scripting.cpp +++ b/src/scripting/scripting.cpp @@ -555,7 +555,7 @@ void KWin::DeclarativeScript::run() void KWin::DeclarativeScript::createComponent() { if (m_component->isError()) { - qCDebug(KWIN_SCRIPTING) << "Component failed to load: " << m_component->errors(); + qCWarning(KWIN_SCRIPTING) << "Component failed to load: " << m_component->errors(); } else { if (QObject *object = m_component->create(m_context)) { object->setParent(this);