summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-07-19 00:11:43 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-22 07:33:38 -0400
commitf13f5e21c42b3b5bdfdc4fcab50e10abd92c8486 (patch)
tree1ab7225ce2279d8c90d24be5b0b02ee257d5c9a6 /src/mainwindow.cpp
parentd8760ed8ad688c7e69d2a5be89a8574f4bf44f74 (diff)
replaced qInfo() with log::info()
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 87ee2c8e..9dbada1c 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -5907,7 +5907,7 @@ void MainWindow::finishUpdateInfo()
auto finalMods = watcher->result();
if (finalMods.empty()) {
- qInfo("None of your mods appear to have had recent file updates.");
+ log::info("None of your mods appear to have had recent file updates.");
}
std::set<std::pair<QString, int>> organizedGames;