From a06baf38da437c0952874ac0a05ff29fc8528ff1 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 17 Sep 2002 17:45:19 +0000 Subject: This fixes the video4linux/video4linux2 debug output, which had one \n too much Original commit message from CVS: This fixes the video4linux/video4linux2 debug output, which had one \n too much --- sys/v4l2/v4l2src_calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/v4l2/v4l2src_calls.c') diff --git a/sys/v4l2/v4l2src_calls.c b/sys/v4l2/v4l2src_calls.c index 5dcff336..a992e889 100644 --- a/sys/v4l2/v4l2src_calls.c +++ b/sys/v4l2/v4l2src_calls.c @@ -31,7 +31,7 @@ #define DEBUG(format, args...) \ GST_DEBUG_ELEMENT(GST_CAT_PLUGIN_INFO, \ GST_ELEMENT(v4l2src), \ - "V4L2SRC: " format "\n", ##args) + "V4L2SRC: " format, ##args) #define MIN_BUFFERS_QUEUED 2 -- cgit v1.2.1