mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Remove debug from misc.c
This commit is contained in:
parent
0d73bb22a0
commit
790bf7704c
1 changed files with 1 additions and 1 deletions
|
|
@ -1051,7 +1051,7 @@ const char *HAMLIB_API rig_strlevel(setting_t level)
|
|||
{
|
||||
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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue