diff --git a/src/handlers/xdgurl.cpp b/src/handlers/xdgurl.cpp index 6384f15618f234a151c1810b6dc7efd91871c25e..e129740e6a9703567633d7ee994893bb5c18ad12 100644 --- a/src/handlers/xdgurl.cpp +++ b/src/handlers/xdgurl.cpp @@ -213,7 +213,7 @@ void XdgUrl::_installDownloadedFile(QNetworkReply *reply) qInfo() << "The archive file has been uncompressed into" << destination; } else if (temporaryFile.copy(path)) { - qInfo() << "Saved the file as " << path; + qInfo() << "Saved the file as" << path; } else { result["error"] = QString("install_error");