mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 04:45:36 +00:00
info: Move debug output in for_each_threshold_by_entry() to TRACE level
It's otherwise appearing many, many times in logs and usually is nothing you're interested in.
This commit is contained in:
parent
8d32fbb714
commit
04676df4a8
1 changed files with 1 additions and 1 deletions
|
@ -1622,7 +1622,7 @@ for_each_threshold_by_entry (gpointer data, gpointer user_data)
|
||||||
|
|
||||||
if (g_pattern_match_string (entry->pat, cat->name)) {
|
if (g_pattern_match_string (entry->pat, cat->name)) {
|
||||||
if (gst_is_initialized ())
|
if (gst_is_initialized ())
|
||||||
GST_LOG ("category %s matches pattern %p - gets set to level %d",
|
GST_TRACE ("category %s matches pattern %p - gets set to level %d",
|
||||||
cat->name, entry->pat, entry->level);
|
cat->name, entry->pat, entry->level);
|
||||||
gst_debug_category_set_threshold (cat, entry->level);
|
gst_debug_category_set_threshold (cat, entry->level);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue