aboutsummaryrefslogtreecommitdiff
path: root/background/broadcast_broker.js
diff options
context:
space:
mode:
Diffstat (limited to 'background/broadcast_broker.js')
-rw-r--r--background/broadcast_broker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/background/broadcast_broker.js b/background/broadcast_broker.js
index d8a0e28..5e6384e 100644
--- a/background/broadcast_broker.js
+++ b/background/broadcast_broker.js
@@ -154,7 +154,7 @@ function broadcast(channel_name, value)
try {
listener_ctx.port.postMessage([channel_name, value]);
} catch (e) {
- console.error(e);
+ console.error("Haketilo:", e);
remove_broadcast_listener(listener_ctx);
}
}