From 630233355ac3146728a5716c97de6aa4de9769f4 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 19 Feb 2022 13:06:11 +0200 Subject: [PATCH] Remove redundant "%1" overlooked from previous commit https://invent.kde.org/plasma/plasma-workspace/-/commit/096f29e76baf32f42f9c84b451bd90c924378d8b#note_401025 GIT_SILENT --- shell/shellcorona.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/shellcorona.cpp b/shell/shellcorona.cpp index 799003527..95091a78c 100644 --- a/shell/shellcorona.cpp +++ b/shell/shellcorona.cpp @@ -1498,7 +1498,7 @@ void ShellCorona::executeSetupPlasmoidScript(Plasma::Containment *containment, P QFile file(scriptFile); if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) { - qCWarning(PLASMASHELL) << "Unable to load script file: %1" << scriptFile; + qCWarning(PLASMASHELL) << "Unable to load script file:" << scriptFile; return; }