diff --git a/veejay-current/veejay-server/libstream/v4lutils.c b/veejay-current/veejay-server/libstream/v4lutils.c index 8f0dfbfb..da65e52d 100644 --- a/veejay-current/veejay-server/libstream/v4lutils.c +++ b/veejay-current/veejay-server/libstream/v4lutils.c @@ -253,7 +253,6 @@ int v4loverlaystop(v4ldevice *vd) int v4lsetchannel(v4ldevice *vd, int ch) { if(ioctl(vd->fd, VIDIOCSCHAN, &(vd->channel[ch])) < 0) { - veejay_msg(0,"v4lsetchannel:VIDIOCSCHAN %s", strerror(errno)); return -1; } return 0;