aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 2e9bbf617f3..4a19547138c 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -1450,7 +1450,7 @@ impl ScriptThread {
let scope_things = ServiceWorkerRegistration::create_scope_things(global_ref, script_url);
let _ = self.constellation_chan.send(ConstellationMsg::RegisterServiceWorker(scope_things, scope));
} else {
- warn!("Registration failed for {}", pipeline_id);
+ warn!("Registration failed for {}", scope);
}
}