summaryrefslogtreecommitdiff
path: root/src/selfupdater.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-17 10:31:47 -0400
committerGitHub <noreply@github.com>2020-04-17 10:31:47 -0400
commit855650215f5011082f6a3fa4dcfb69b040367911 (patch)
treec744c49d7c62c1051c99a12b793377ae40113e1f /src/selfupdater.cpp
parentff912b5f6199ade55a4eaff1c8e7eefb8145c970 (diff)
parent21166f820bc793111ad40a950807dc84e961fad5 (diff)
Merge pull request #1054 from isanae/bunch-of-fixes
Bunch of fixes
Diffstat (limited to 'src/selfupdater.cpp')
-rw-r--r--src/selfupdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp
index 5a70568e..086ae05f 100644
--- a/src/selfupdater.cpp
+++ b/src/selfupdater.cpp
@@ -160,7 +160,7 @@ void SelfUpdater::testForUpdate(const Settings& settings)
VersionInfo newestVer(newest["tag_name"].toString());
if (newestVer > this->m_MOVersion) {
m_UpdateCandidate = newest;
- log::debug("update available: {} -> {}",
+ log::info("update available: {} -> {}",
this->m_MOVersion.displayString(3),
newestVer.displayString(3));
emit updateAvailable();