diff --git a/mainwindow.cpp b/mainwindow.cpp index 541019df0..89d78e90a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h" diff --git a/rigclass.cpp b/rigclass.cpp index 2eb2276d1..3dd318225 100644 --- a/rigclass.cpp +++ b/rigclass.cpp @@ -50,6 +50,8 @@ static int hamlibpp_freq_event(RIG *rig, vfo_t vfo, freq_t freq, rig_ptr_t arg) } Rig::Rig(rig_model_t rig_model) { + rig_set_debug_level( RIG_DEBUG_WARN); + theRig = rig_init(rig_model); if (!theRig) THROW(new RigException ("Rig initialization error"));