mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 22:42:35 +00:00
discoverer: Fix formatting of a debug log string
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7969>
This commit is contained in:
parent
27a2fa73bc
commit
ccb40ca7d0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue