kopia lustrzana https://github.com/Hamlib/Hamlib
Fix debug msg in netrigctl.c
rodzic
92ed52b5f7
commit
503897c41c
|
@ -806,7 +806,7 @@ static int netrigctl_close(RIG *rig)
|
|||
return ret;
|
||||
}
|
||||
|
||||
rig_debug(RIG_DEBUG_ERR, "%s: done status=%s\n", __func__, rigerror(ret));
|
||||
rig_debug(RIG_DEBUG_ERR, "%s: done\n", __func__);
|
||||
usleep(10 * 1000);
|
||||
|
||||
return RIG_OK;
|
||||
|
|
Ładowanie…
Reference in New Issue