Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2019-08-14 13:36:03 +0300
committerMarkus Goetz <markus@woboq.com>2019-08-14 13:36:34 +0300
commite9bb6064c06895db2e77a77cd7dbe86dcd6c88bf (patch)
tree14d7aa0caa7fdc515a88d52ba02cdae47e3d5dea /src/gui/updater
parented0f10f2b6c0a91e60fe6cc478f7fee259dbb2ba (diff)
Autoupdater: Log the URL #3475
Diffstat (limited to 'src/gui/updater')
-rw-r--r--src/gui/updater/updater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/updater/updater.cpp b/src/gui/updater/updater.cpp
index b6302bbd5..0f119dc7b 100644
--- a/src/gui/updater/updater.cpp
+++ b/src/gui/updater/updater.cpp
@@ -122,6 +122,7 @@ QString Updater::getSystemInfo()
Updater *Updater::create()
{
auto url = updateUrl();
+ qCDebug(lcUpdater) << url;
if (url.isEmpty()) {
qCWarning(lcUpdater) << "Not a valid updater URL, will not do update check";
return 0;