Merge branch 'release-2.3.0' into develop

This commit is contained in:
Bill Somerville 2021-01-16 23:37:14 +00:00
commit afee4d9a28
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 2 additions and 1 deletions

View File

@ -7212,7 +7212,8 @@ void MainWindow::rigFailure (QString const& reason)
else
{
if (m_splash && m_splash->isVisible ()) m_splash->hide ();
m_rigErrorMessageBox.setDetailedText (reason);
m_rigErrorMessageBox.setDetailedText (reason + "\n\nTimestamp: "
+ QDateTime::currentDateTimeUtc ().toString (Qt::ISODateWithMs));
// don't call slot functions directly to avoid recursion
m_rigErrorMessageBox.exec ();