mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
registry: add filename to debug message, like elsewhere
This commit is contained in:
parent
b01fb4d230
commit
e4ee7831e3
1 changed files with 1 additions and 1 deletions
|
@ -1264,7 +1264,7 @@ gst_registry_binary_read_cache (GstRegistry * registry, const char *location)
|
|||
in = contents;
|
||||
GST_DEBUG ("File data at address %p", in);
|
||||
if (G_UNLIKELY (size < sizeof (GstBinaryRegistryMagic))) {
|
||||
GST_ERROR ("No or broken registry header");
|
||||
GST_ERROR ("No or broken registry header for file at %s", location);
|
||||
goto Error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue