summaryrefslogtreecommitdiff
path: root/gst/vmnc
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2019-12-11 10:47:20 +0100
committerStéphane Cerveau <scerveau@collabora.com>2019-12-11 10:51:29 +0100
commit6bc0e9527e49f16dc78b9d504495ad227e474770 (patch)
tree644c3cd4b963afd4d85d85b7c2fc183677ce0f3d /gst/vmnc
parentb18be3562c58d612b719c70fc6142fa18a77537d (diff)
downloadgstreamer-plugins-bad-6bc0e9527e49f16dc78b9d504495ad227e474770.tar.gz
remove various useless linefeed in logs
Diffstat (limited to 'gst/vmnc')
-rw-r--r--gst/vmnc/vmncdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vmnc/vmncdec.c b/gst/vmnc/vmncdec.c
index 40eb20cbb..cc51c20a0 100644
--- a/gst/vmnc/vmncdec.c
+++ b/gst/vmnc/vmncdec.c
@@ -835,7 +835,7 @@ vmnc_handle_packet (GstVMncDec * dec, const guint8 * data, int len,
read = handler (dec, &r, data + offset + 12, len - offset - 12, decode);
if (read < 0) {
- GST_DEBUG_OBJECT (dec, "Error calling rectangle handler\n");
+ GST_DEBUG_OBJECT (dec, "Error calling rectangle handler");
return read;
}
offset += 12 + read;