From 558eded1985948ecca254984cf539edd28e6bcb1 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 6 Mar 2003 16:49:30 +0000 Subject: steps toward muting xine's console output by default CVS patchset: 4345 CVS date: 2003/03/06 16:49:30 --- src/xine-engine/video_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/video_out.c') diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 7f4001ed8..9e0fd35b5 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.147 2003/02/28 02:51:51 storri Exp $ + * $Id: video_out.c,v 1.148 2003/03/06 16:49:33 guenter Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -1447,7 +1447,7 @@ xine_video_port_t *vo_new_port (xine_t *xine, vo_driver_t *driver, /* FIXME: how does this happen ? */ printf (_("video_out: sorry, this should not happen. please restart xine.\n")); abort(); - } else + } else if (xine->verbosity >= XINE_VERBOSITY_DEBUG) printf ("video_out: thread created\n"); } -- cgit v1.2.3