summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/serverdialog.cpp')
-rw-r--r--src/gui/windows/serverdialog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windows/serverdialog.cpp b/src/gui/windows/serverdialog.cpp
index c8c0256ee..46633fb33 100644
--- a/src/gui/windows/serverdialog.cpp
+++ b/src/gui/windows/serverdialog.cpp
@@ -198,6 +198,8 @@ void ServerDialog::postInit()
if (needUpdateServers())
downloadServerList();
+ else
+ logger->log("Skipping servers list update");
}
ServerDialog::~ServerDialog()
@@ -413,6 +415,7 @@ void ServerDialog::logic()
loadServers();
mDownloadStatus = ServerDialogDownloadStatus::OVER;
mDescription->setCaption(std::string());
+ logger->log("Servers list updated");
}
else if (mDownloadStatus == ServerDialogDownloadStatus::IN_PROGRESS)
{
@@ -434,6 +437,7 @@ void ServerDialog::logic()
{
// TRANSLATORS: servers dialog label
mDescription->setCaption(_("Error retreiving server list!"));
+ logger->log("Error: servers list updating error");
}
}