discoverer: Fix formatting of a debug log string

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7969>
This commit is contained in:
Sebastian Dröge 2024-11-26 15:35:51 +02:00 committed by GStreamer Marge Bot
parent 27a2fa73bc
commit ccb40ca7d0

View file

@ -1426,7 +1426,7 @@ discoverer_collect (GstDiscoverer * dc)
if (dc->priv->use_cache && dc->priv->current_info
&& dc->priv->current_info_from_cache) {
GST_DEBUG_OBJECT (dc,
"Nothing to collect as the info was built from" " the cache");
"Nothing to collect as the info was built from the cache");
return;
}