summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flac/gstflacenc.c')
-rw-r--r--ext/flac/gstflacenc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c
index 60390e11..a1f06b28 100644
--- a/ext/flac/gstflacenc.c
+++ b/ext/flac/gstflacenc.c
@@ -231,7 +231,7 @@ gst_flacenc_set_property(GObject *object, guint prop_id, const GValue *value, GP
this = (FlacEnc *)object;
switch (prop_id) {
default:
- GST_DEBUG(0, "Unknown arg %d\n", prop_id);
+ GST_DEBUG(0, "Unknown arg %d", prop_id);
return;
}
}
@@ -245,7 +245,7 @@ gst_flacenc_get_property(GObject *object, guint prop_id, GValue *value, GParamSp
switch (prop_id) {
default:
- GST_DEBUG(0, "Unknown arg %d\n", prop_id);
+ GST_DEBUG(0, "Unknown arg %d", prop_id);
break;
}
}