Make use of different severities for rig control logging

This commit is contained in:
Bill Somerville
2020-09-26 14:56:37 +01:00
parent 1d43ddd38b
commit 396f128ece
7 changed files with 189 additions and 185 deletions
+1 -1
View File
@@ -2752,7 +2752,7 @@ void Configuration::impl::handle_transceiver_update (TransceiverState const& sta
void Configuration::impl::handle_transceiver_failure (QString const& reason)
{
LOG_TRACE ("handle_transceiver_failure: reason: " << reason.toStdWString ());
LOG_ERROR ("handle_transceiver_failure: reason: " << reason.toStdWString ());
close_rig ();
ui_->test_PTT_push_button->setChecked (false);