mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 10:18:50 -04:00
Better debug messages for WSPR spotting issues
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6460 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+3
-2
@@ -5016,9 +5016,10 @@ void MainWindow::uploadResponse(QString response)
|
||||
{
|
||||
if (response == "done") {
|
||||
m_uploading=false;
|
||||
} else if (response == "Upload Failed") {
|
||||
m_uploading=false;
|
||||
} else {
|
||||
if (response.startsWith ("Upload Failed")) {
|
||||
m_uploading=false;
|
||||
}
|
||||
qDebug () << "WSPRnet.org status:" << response;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user