From 0e90b9d233eb3ae8276f6f8bfc4612c117544404 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 4 Dec 2013 19:54:28 +0100 Subject: - bugfix: changing nexus id directly via mod list did not cause the change to be saved --- src/selfupdater.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/selfupdater.cpp') diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp index bdace814..2a9ca893 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -436,6 +436,7 @@ void SelfUpdater::nxmRequestFailed(int, QVariant, int requestID, const QString & QTimer::singleShot(60000, this, SLOT(testForUpdate())); --m_Attempts; } else { + qWarning("Failed to retrieve update information: %s", qPrintable(errorMessage)); MessageDialog::showMessage(tr("Failed to retrieve update information: %1").arg(errorMessage), m_Parent); } } -- cgit v1.3.1