From ac45fd3aacf01d097deffebbe235a74a911d3578 Mon Sep 17 00:00:00 2001 From: voroshil Date: Mon, 19 Mar 2007 12:28:53 +0000 Subject: Make sure bogus parameter will not be ignored by user. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22745 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tv.c') diff --git a/stream/tv.c b/stream/tv.c index 8fe173c3bb..44661289eb 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -171,7 +171,7 @@ static int norm_from_string(tvi_handle_t *tvh, char* norm) else if (!strcasecmp(norm, "ntscjp")) return TV_NORM_NTSCJP; else { - mp_msg(MSGT_TV, MSGL_V, "tv.c: norm_from_string(%s): Bogus norm parameter, setting PAL.\n", norm); + mp_msg(MSGT_TV, MSGL_WARN, "tv.c: norm_from_string(%s): Bogus norm parameter, setting PAL.\n", norm); return TV_NORM_PAL; } #ifdef HAVE_TV_V4L2 -- cgit v1.2.3