summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2003-03-06 16:49:30 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2003-03-06 16:49:30 +0000
commit558eded1985948ecca254984cf539edd28e6bcb1 (patch)
tree0c889692c1583557036d49c78ab9bb03c1662c9a /src/xine-engine/video_out.c
parentbc4d6536121a7db75c7592b33d35d0a0531c4b75 (diff)
downloadxine-lib-558eded1985948ecca254984cf539edd28e6bcb1.tar.gz
xine-lib-558eded1985948ecca254984cf539edd28e6bcb1.tar.bz2
steps toward muting xine's console output by default
CVS patchset: 4345 CVS date: 2003/03/06 16:49:30
Diffstat (limited to 'src/xine-engine/video_out.c')
-rw-r--r--src/xine-engine/video_out.c4
1 files changed, 2 insertions, 2 deletions
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");
}