Skip to content
Snippets Groups Projects

Log an issue if we don't know which shared libraries to expect

Merged Simon McVittie requested to merge wip/smcv/unknown-expectations into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -545,9 +545,11 @@ srt_system_info_check_library (SrtSystemInfo *self,
{
g_debug ("An error occurred while opening the symbols directory: %s", error->message);
g_clear_error (&error);
goto out;
}
}
if (dir != NULL)
{
while ((filename = g_dir_read_name (dir)))
{
if (!g_str_has_suffix (filename, ".symbols"))
Loading