mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-24 21:28:41 -05:00
Add time stamp to rig control error messages details
This commit is contained in:
parent
e18082caab
commit
2d4256d593
@ -7248,7 +7248,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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user