kopia lustrzana https://github.com/Hamlib/Hamlib
Remove debug from misc.c
rodzic
0d73bb22a0
commit
790bf7704c
|
@ -1051,7 +1051,7 @@ const char *HAMLIB_API rig_strlevel(setting_t level)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s called level=%lx\n", __func__, level);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
|
||||||
|
|
||||||
if (level == RIG_LEVEL_NONE)
|
if (level == RIG_LEVEL_NONE)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue