diff options
| author | Tannin <devnull@localhost> | 2013-12-04 19:54:28 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-12-04 19:54:28 +0100 |
| commit | 0e90b9d233eb3ae8276f6f8bfc4612c117544404 (patch) | |
| tree | 66b2359e96f4aed63abddf6474fab57a6f729dc8 /src/selfupdater.cpp | |
| parent | 0e19c847229fdabf9f178a51eb0e5c1a7ae91a70 (diff) | |
- bugfix: changing nexus id directly via mod list did not cause the change to be saved
Diffstat (limited to 'src/selfupdater.cpp')
| -rw-r--r-- | src/selfupdater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } } |
