mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
dvb/parsechannels: improve parsing-success message
* Fix typo * Give information on what was actually parsed
This commit is contained in:
parent
5f869d8fbd
commit
e666b3f759
1 changed files with 2 additions and 1 deletions
|
@ -322,7 +322,8 @@ parse_and_configure_from_v5_conf_file (GstElement * dvbbasebin,
|
|||
keys_p++;
|
||||
}
|
||||
|
||||
GST_DEBUG_OBJECT (dvbbasebin, "Succesfully parsed channels file");
|
||||
GST_DEBUG_OBJECT (dvbbasebin, "Successfully parsed channel configuration "
|
||||
"file '%s'", filename);
|
||||
g_strfreev (keys);
|
||||
g_key_file_unref (keyfile);
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue