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:
Maxim P. DEMENTYEV 2023-05-07 01:06:26 +02:00 committed by GStreamer Marge Bot
parent 8ca6547f49
commit f9c24cd7e7

View file

@ -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;
}