Autoupdater: Log the URL #3475
authorMarkus Goetz <markus@woboq.com>
Wed, 14 Aug 2019 10:36:03 +0000 (12:36 +0200)
committerCamila (Rebase PR Action) <hello@camila.codes>
Tue, 24 Nov 2020 18:22:33 +0000 (18:22 +0000)
src/gui/updater/updater.cpp

index 61b5b6b603c6b8df37d64ad0a8510b5d8803c112..11889678f92c55efbf3f9fd89ced7e2b611f213b 100644 (file)
@@ -128,6 +128,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 nullptr;