mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
plugin ext dep INFO: Adding var name and value part number
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4570>
This commit is contained in:
parent
8ca6547f49
commit
f9c24cd7e7
1 changed files with 3 additions and 2 deletions
|
@ -1619,8 +1619,9 @@ gst_plugin_ext_dep_extract_env_vars_paths (GstPlugin * plugin,
|
|||
gchar *full_path;
|
||||
|
||||
if (!g_path_is_absolute (arr[i])) {
|
||||
GST_INFO_OBJECT (plugin, "ignoring environment variable content '%s'"
|
||||
": either not an absolute path or not a path at all", arr[i]);
|
||||
GST_INFO_OBJECT (plugin, "ignoring environment variable '%s' with "
|
||||
"content #%u '%s': either not an absolute path or not a path at all",
|
||||
components[0], i, arr[i]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue