Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DFN2
ocs-manager
Commits
f2bc4a59
Verified
Commit
f2bc4a59
authored
Sep 18, 2019
by
azubieta
Browse files
Add app update debug messages
parent
b309ba11
Pipeline
#1112
passed with stage
in 8 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/updaters/appupdater.cpp
View file @
f2bc4a59
...
...
@@ -26,6 +26,8 @@ bool AppUpdater::isRunning()
void
AppUpdater
::
doUpdateLookUp
()
{
qDebug
()
<<
"Looking for updates of "
<<
appImagePath
;
if
(
appImagePath
.
isEmpty
())
{
qWarning
()
<<
"Self-updates disabled: No app file provided."
;
return
;
...
...
@@ -53,6 +55,7 @@ void AppUpdater::doUpdateLookUp()
void
AppUpdater
::
doUpdate
()
{
qDebug
()
<<
"Updating "
<<
appImagePath
;
if
(
appImagePath
.
isEmpty
())
{
qWarning
()
<<
"Self-updates disabled: No app file provided."
;
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment