mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
script: Downgrade noisy debug logs. (#34914)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
ceec1759f6
commit
3d1b7f8f06
4 changed files with 7 additions and 7 deletions
|
@ -299,7 +299,7 @@ impl RootCollection {
|
|||
|
||||
/// SM Callback that traces the rooted reflectors
|
||||
pub unsafe fn trace_roots(tracer: *mut JSTracer) {
|
||||
debug!("tracing stack roots");
|
||||
trace!("tracing stack roots");
|
||||
STACK_ROOTS.with(|collection| {
|
||||
let collection = &*(*collection.get().unwrap()).roots.get();
|
||||
for root in collection {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue