info: Move debug output in for_each_threshold_by_entry() to TRACE level
authorSebastian Dröge <sebastian@centricular.com>
Wed, 19 Apr 2017 16:31:38 +0000 (17:31 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 19 Apr 2017 16:32:17 +0000 (17:32 +0100)
It's otherwise appearing many, many times in logs and usually is nothing
you're interested in.

gst/gstinfo.c

index 5a29d7e..d57d7b2 100644 (file)
@@ -1622,7 +1622,7 @@ for_each_threshold_by_entry (gpointer data, gpointer user_data)
 
   if (g_pattern_match_string (entry->pat, cat->name)) {
     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);
     gst_debug_category_set_threshold (cat, entry->level);
   }