summaryrefslogtreecommitdiff
path: root/ext/soundtouch/gstbpmdetect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soundtouch/gstbpmdetect.cc')
-rw-r--r--ext/soundtouch/gstbpmdetect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soundtouch/gstbpmdetect.cc b/ext/soundtouch/gstbpmdetect.cc
index a8b7c9d56..d4cc61926 100644
--- a/ext/soundtouch/gstbpmdetect.cc
+++ b/ext/soundtouch/gstbpmdetect.cc
@@ -258,7 +258,7 @@ gst_bpm_detect_transform_ip (GstBaseTransform * trans, GstBuffer * in)
bpm, (void *) NULL);
gst_pad_push_event (trans->srcpad, gst_event_new_tag (tags));
- GST_INFO_OBJECT (bpm_detect, "Detected BPM: %lf\n", bpm);
+ GST_INFO_OBJECT (bpm_detect, "Detected BPM: %lf", bpm);
bpm_detect->bpm = bpm;
}