summaryrefslogtreecommitdiffstats
path: root/logic/status/StatusChecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/status/StatusChecker.cpp')
-rw-r--r--logic/status/StatusChecker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/status/StatusChecker.cpp b/logic/status/StatusChecker.cpp
index 5e6cc612..13cac037 100644
--- a/logic/status/StatusChecker.cpp
+++ b/logic/status/StatusChecker.cpp
@@ -104,9 +104,9 @@ void StatusChecker::statusDownloadFinished()
succeed();
}
-void StatusChecker::statusDownloadFailed()
+void StatusChecker::statusDownloadFailed(QString reason)
{
- fail("Failed to load status JSON.");
+ fail(tr("Failed to load status JSON:\n%1").arg(reason));
}