mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 10:18:50 -04:00
Revert to narrow character logging
This commit is contained in:
+1
-1
@@ -2752,7 +2752,7 @@ void Configuration::impl::handle_transceiver_update (TransceiverState const& sta
|
||||
|
||||
void Configuration::impl::handle_transceiver_failure (QString const& reason)
|
||||
{
|
||||
LOG_ERROR ("handle_transceiver_failure: reason: " << reason.toStdWString ());
|
||||
LOG_ERROR ("handle_transceiver_failure: reason: " << reason);
|
||||
close_rig ();
|
||||
ui_->test_PTT_push_button->setChecked (false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user