dvb/parsechannels: improve parsing-success message

* Fix typo
* Give information on what was actually parsed
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-07-01 14:50:27 -07:00
parent 5f869d8fbd
commit e666b3f759

View file

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