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
rws77
ocs-manager
Commits
844cf6f6
Verified
Commit
844cf6f6
authored
Sep 19, 2019
by
azubieta
Browse files
Raise update lookup debug messages to warning
parent
6cd26e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/updaters/appupdater.cpp
View file @
844cf6f6
...
...
@@ -26,7 +26,7 @@ bool AppUpdater::isRunning()
void
AppUpdater
::
doUpdateLookUp
()
{
q
Debu
g
()
<<
"Looking for updates of: "
<<
appImagePath
;
q
Warnin
g
()
<<
"Looking for updates of: "
<<
appImagePath
;
if
(
appImagePath
.
isEmpty
())
{
qWarning
()
<<
"Self-updates disabled: No app file provided."
;
...
...
@@ -55,7 +55,7 @@ void AppUpdater::doUpdateLookUp()
void
AppUpdater
::
doUpdate
()
{
q
Debu
g
()
<<
"Updating: "
<<
appImagePath
;
q
Warnin
g
()
<<
"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