diff --git a/stream/stream_radio.c b/stream/stream_radio.c index 480674fca9..ad8ad5a1fe 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -820,7 +820,7 @@ int radio_set_freq(struct stream_st *stream, float frequency){ if (get_frequency(priv,&frequency)!=STREAM_OK){ return 0; } - mp_msg(MSGT_RADIO, MSGL_V, MSGTR_RADIO_CurrentFreq,frequency); + mp_msg(MSGT_RADIO, MSGL_INFO, MSGTR_RADIO_CurrentFreq,frequency); return 1; }