dvb/parsechannels: improve parsing-success message
* Fix typo * Give information on what was actually parsed
This commit is contained in:
parent
5f869d8fbd
commit
e666b3f759
@ -322,7 +322,8 @@ parse_and_configure_from_v5_conf_file (GstElement * dvbbasebin,
|
|||||||
keys_p++;
|
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_strfreev (keys);
|
||||||
g_key_file_unref (keyfile);
|
g_key_file_unref (keyfile);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user