diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index 7cb880ac77..26ff31c1e5 100644 --- a/libavdevice/v4l2.c +++ b/libavdevice/v4l2.c @@ -248,7 +248,8 @@ static int device_init(AVFormatContext *ctx, int *width, int *height, } if (fmt.fmt.pix.field == V4L2_FIELD_INTERLACED) { - av_log(ctx, AV_LOG_DEBUG, "The V4L2 driver using the interlaced mode"); + av_log(ctx, AV_LOG_DEBUG, + "The V4L2 driver is using the interlaced mode\n"); s->interlaced = 1; }