summaryrefslogtreecommitdiff
path: root/src/selfupdater.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-01-18 01:56:16 -0600
committerSilarn <jrim@rimpo.org>2019-01-18 01:56:16 -0600
commit077a050e5954cc21ce40c45dd51973d636b3779b (patch)
tree9e9ceea5e54acf65f560250e1aa842a60bb34b66 /src/selfupdater.cpp
parente35cdd6c89ea27dfb8f3ea1f918192514617a64d (diff)
parent0d04ba18737385395d6ebcdfe49fb31bcb539038 (diff)
Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2
Diffstat (limited to 'src/selfupdater.cpp')
-rw-r--r--src/selfupdater.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp
index cdcbc2f4..b5e7684c 100644
--- a/src/selfupdater.cpp
+++ b/src/selfupdater.cpp
@@ -151,7 +151,7 @@ void SelfUpdater::testForUpdate()
} else if (newestVer < this->m_MOVersion) {
// this could happen if the user switches from using prereleases to
// stable builds. Should we downgrade?
- qDebug("this version is newer than the newest installed one: %s -> %s",
+ qDebug("This version is newer than the latest released one: %s -> %s",
qUtf8Printable(this->m_MOVersion.displayString()),
qUtf8Printable(newestVer.displayString()));
}
@@ -338,9 +338,8 @@ void SelfUpdater::installUpdate()
} else {
reportError(tr("Failed to start %1: %2")
.arg(m_UpdateFile.fileName())
- .arg((int)res));
+ .arg((INT_PTR)res));
}
-
m_UpdateFile.remove();
}