[MPlayer-cvslog] r20983 - trunk/stream/stream_radio.c

voroshil subversion at mplayerhq.hu
Fri Nov 17 14:42:46 CET 2006


Author: voroshil
Date: Fri Nov 17 14:42:46 2006
New Revision: 20983

Modified:
   trunk/stream/stream_radio.c

Log:
Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
message in stream_radio.



Modified: trunk/stream/stream_radio.c
==============================================================================
--- trunk/stream/stream_radio.c	(original)
+++ trunk/stream/stream_radio.c	Fri Nov 17 14:42:46 2006
@@ -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;
 }
 



More information about the MPlayer-cvslog mailing list