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
6cd26e86
Verified
Commit
6cd26e86
authored
Sep 18, 2019
by
azubieta
Browse files
Fix typo
parent
f2bc4a59
Pipeline
#1113
passed with stage
in 8 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/updaters/appupdater.cpp
View file @
6cd26e86
...
...
@@ -26,7 +26,7 @@ bool AppUpdater::isRunning()
void
AppUpdater
::
doUpdateLookUp
()
{
qDebug
()
<<
"Looking for updates of "
<<
appImagePath
;
qDebug
()
<<
"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
()
{
qDebug
()
<<
"Updating "
<<
appImagePath
;
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