projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d299121
)
Autoupdater: Log the URL #3475
author
Markus Goetz
<markus@woboq.com>
Wed, 14 Aug 2019 10:36:03 +0000
(12:36 +0200)
committer
Camila (Rebase PR Action)
<hello@camila.codes>
Tue, 24 Nov 2020 18:22:33 +0000
(18:22 +0000)
src/gui/updater/updater.cpp
patch
|
blob
|
history
diff --git
a/src/gui/updater/updater.cpp
b/src/gui/updater/updater.cpp
index 61b5b6b603c6b8df37d64ad0a8510b5d8803c112..11889678f92c55efbf3f9fd89ced7e2b611f213b 100644
(file)
--- a/
src/gui/updater/updater.cpp
+++ b/
src/gui/updater/updater.cpp
@@
-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;