From c4c48f002a5795cbef8c19daecb083d209fdac13 Mon Sep 17 00:00:00 2001 From: voroshil Date: Fri, 17 Nov 2006 13:42:46 +0000 Subject: Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is" message in stream_radio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20983 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') 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; } -- cgit v1.2.3