Remove redundant "%1" overlooked from previous commit

096f29e76b (note_401025)

GIT_SILENT
wilder-5.25
Ahmad Samir 4 years ago
parent f8c6099a32
commit 630233355a
  1. 2
      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;
}

Loading…
Cancel
Save