changeset 23979:33928da6ba62

Added missing newline.
author cehoyos
date Fri, 03 Aug 2007 10:57:49 +0000
parents ef6e50c3c172
children 27bac14b4ce4
files stream/tvi_v4l2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/tvi_v4l2.c	Thu Aug 02 21:54:14 2007 +0000
+++ b/stream/tvi_v4l2.c	Fri Aug 03 10:57:49 2007 +0000
@@ -664,7 +664,7 @@
     while (!priv->vbi_shutdown){
         bytes=read(priv->vbi_fd,buf,tsp.bufsize);	
 	if (bytes!=tsp.bufsize){
-	    mp_msg(MSGT_TV,MSGL_WARN,"vbi: expecting bytes: %d, got: %d",tsp.bufsize,bytes);
+	    mp_msg(MSGT_TV,MSGL_WARN,"vbi: expecting bytes: %d, got: %d\n",tsp.bufsize,bytes);
 	    break;
 	}
         seq=*(int*)(buf+bytes-4);