From 30f747b94cbcce2ba3c332a0356ad8bc01b09bcb Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Tue, 11 Oct 2016 07:46:08 +0900 Subject: [PATCH] Fix message --- src/handlers/xdgurl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/xdgurl.cpp b/src/handlers/xdgurl.cpp index 6384f15..e129740 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"); -- GitLab