diff --git a/core/scripter.cpp b/core/scripter.cpp index c60645895..46d05a37e 100644 --- a/core/scripter.cpp +++ b/core/scripter.cpp @@ -45,7 +45,7 @@ Scripter::~Scripter() void Scripter::execute(ScriptType type, const QString &script) { - qCDebug(OkularCoreDebug) << "executing the script:"; + qCDebug(OkularCoreDebug) << "executing the script:" << script; #ifdef WITH_KJS static QString builtInScript; if (builtInScript.isNull()) {