Mercurial > mplayer.hg
changeset 20967:460da4c85cb4
Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
message in stream_radio.
author | voroshil |
---|---|
date | Fri, 17 Nov 2006 13:42:46 +0000 |
parents | dc1a02e98cb6 |
children | 1e6ebb9e49eb |
files | stream/stream_radio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_radio.c Fri Nov 17 13:32:45 2006 +0000 +++ b/stream/stream_radio.c Fri Nov 17 13:42:46 2006 +0000 @@ -820,7 +820,7 @@ 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; }