Skip to content

Commit 198c148

Browse files
committed
Reduce error message level in rig_set_freq...left over from debugging
1 parent 4281a5e commit 198c148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ int rig_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
23732373

23742374
rig_set_cache_freq(rig, vfo, freq_new);
23752375

2376-
rig_debug(RIG_DEBUG_ERR, "%s: vfo=%s, save=%s\n", __func__, rig_strvfo(vfo), rig_strvfo(vfo_save));
2376+
rig_debug(RIG_DEBUG_VERBOSE, "%s: vfo=%s, save=%s\n", __func__, rig_strvfo(vfo), rig_strvfo(vfo_save));
23772377
if (vfo != vfo_save && vfo != RIG_VFO_CURR)
23782378
{
23792379
HAMLIB_TRACE;

0 commit comments

Comments
 (0)