dvb: Add warning when dvb channels file isn't present
This commit is contained in:
parent
a633347ed1
commit
cca28a50a5
@ -124,7 +124,8 @@ parse_channels_conf_from_file (const gchar * filename)
|
||||
}
|
||||
g_strfreev (lines);
|
||||
g_free (contents);
|
||||
}
|
||||
} else
|
||||
GST_WARNING ("Couldn't open file");
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user