dvb/parsechannels: improve parsing-success message
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 1 Jul 2016 21:50:27 +0000 (14:50 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 1 Jul 2016 21:57:40 +0000 (14:57 -0700)
* Fix typo
* Give information on what was actually parsed

sys/dvb/parsechannels.c

index 91a482a..1d63eb8 100644 (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;