mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-13 09:45:27 +00:00
don't print expected criticals
Original commit message from CVS: don't print expected criticals
This commit is contained in:
parent
b10117db35
commit
99d71befbe
2 changed files with 6 additions and 2 deletions
|
@ -57,7 +57,9 @@ void gst_check_log_critical_func
|
||||||
fail ("Unexpected critical/warning: %s", message);
|
fail ("Unexpected critical/warning: %s", message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (_gst_check_debug) {
|
||||||
g_print ("\nExpected critical/warning: %s\n", message);
|
g_print ("\nExpected critical/warning: %s\n", message);
|
||||||
|
}
|
||||||
|
|
||||||
if (log_level & G_LOG_LEVEL_CRITICAL)
|
if (log_level & G_LOG_LEVEL_CRITICAL)
|
||||||
_gst_check_raised_critical = TRUE;
|
_gst_check_raised_critical = TRUE;
|
||||||
|
|
|
@ -57,7 +57,9 @@ void gst_check_log_critical_func
|
||||||
fail ("Unexpected critical/warning: %s", message);
|
fail ("Unexpected critical/warning: %s", message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (_gst_check_debug) {
|
||||||
g_print ("\nExpected critical/warning: %s\n", message);
|
g_print ("\nExpected critical/warning: %s\n", message);
|
||||||
|
}
|
||||||
|
|
||||||
if (log_level & G_LOG_LEVEL_CRITICAL)
|
if (log_level & G_LOG_LEVEL_CRITICAL)
|
||||||
_gst_check_raised_critical = TRUE;
|
_gst_check_raised_critical = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue