aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/tracing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/constellation/tracing.rs')
-rw-r--r--components/constellation/tracing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/constellation/tracing.rs b/components/constellation/tracing.rs
index 5c9a09e1f13..eff7f755c6b 100644
--- a/components/constellation/tracing.rs
+++ b/components/constellation/tracing.rs
@@ -123,8 +123,8 @@ mod from_script {
Self::RemoveMessagePortRouter(..) => target!("RemoveMessagePortRouter"),
Self::RerouteMessagePort(..) => target!("RerouteMessagePort"),
Self::MessagePortShipped(..) => target!("MessagePortShipped"),
- Self::RemoveMessagePort(..) => target!("RemoveMessagePort"),
Self::EntanglePorts(..) => target!("EntanglePorts"),
+ Self::DisentanglePorts(..) => target!("DisentanglePorts"),
Self::NewBroadcastChannelRouter(..) => target!("NewBroadcastChannelRouter"),
Self::RemoveBroadcastChannelRouter(..) => target!("RemoveBroadcastChannelRouter"),
Self::NewBroadcastChannelNameInRouter(..) => {