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/v4l2-overlay_calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/v4l2/v4l2-overlay_calls.c') diff --git a/sys/v4l2/v4l2-overlay_calls.c b/sys/v4l2/v4l2-overlay_calls.c index 89cae62b..c8ee053c 100644 --- a/sys/v4l2/v4l2-overlay_calls.c +++ b/sys/v4l2/v4l2-overlay_calls.c @@ -33,7 +33,7 @@ #define DEBUG(format, args...) \ GST_DEBUG_ELEMENT(GST_CAT_PLUGIN_INFO, \ GST_ELEMENT(v4l2element), \ - "V4L2-overlay: " format "\n", ##args) + "V4L2-overlay: " format, ##args) /****************************************************** -- cgit v1.2.1