diff libmpdemux/tvi_v4l2.c @ 10735:8a10d5d0ce86

serious bugs - 1l absinth (changed to absinth against cola inflation)
author alex
date Sun, 31 Aug 2003 18:51:05 +0000
parents 1d991eb5cf02
children 80402283a017
line wrap: on
line diff
--- a/libmpdemux/tvi_v4l2.c	Sun Aug 31 18:33:02 2003 +0000
+++ b/libmpdemux/tvi_v4l2.c	Sun Aug 31 18:51:05 2003 +0000
@@ -658,7 +658,7 @@
 #endif
 	return TVI_CONTROL_TRUE;
     case TVI_CONTROL_TUN_GET_TUNER:
-	mp_msg(MSGT_TV, MSGL_V, "%s: get tuner\n");
+	mp_msg(MSGT_TV, MSGL_V, "%s: get tuner\n",info.short_name);
 	if (ioctl(priv->video_fd, VIDIOC_G_TUNER, &priv->tuner) < 0) {
 	    mp_msg(MSGT_TV, MSGL_ERR, "%s: ioctl get tuner failed: %s\n",
 		   info.short_name, strerror(errno));
@@ -666,7 +666,7 @@
 	}
 	return TVI_CONTROL_TRUE;
     case TVI_CONTROL_TUN_SET_TUNER:
-	mp_msg(MSGT_TV, MSGL_V, "%s: set tuner\n");
+	mp_msg(MSGT_TV, MSGL_V, "%s: set tuner\n",info.short_name);
 	if (ioctl(priv->video_fd, VIDIOC_S_TUNER, &priv->tuner) < 0) {
 	    mp_msg(MSGT_TV, MSGL_ERR, "%s: ioctl set tuner failed: %s\n",
 		   info.short_name, strerror(errno));