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
6 files
+ 48
16
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 3
0
@@ -185,6 +185,9 @@ jsonify_library_issues (JsonBuilder *builder,
if ((issues & SRT_LIBRARY_ISSUES_INTERNAL_ERROR) != 0)
json_builder_add_string_value (builder, "internal-error");
if ((issues & SRT_LIBRARY_ISSUES_UNKNOWN_EXPECTATIONS) != 0)
json_builder_add_string_value (builder, "unknown-expectations");
}
static void
Loading