aboutsummaryrefslogtreecommitdiff
path: root/common/policy.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/policy.js')
-rw-r--r--common/policy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/policy.js b/common/policy.js
index 546aeed..47b2d1d 100644
--- a/common/policy.js
+++ b/common/policy.js
@@ -64,7 +64,7 @@ function decide_policy(patterns_tree, url, default_allow, secret)
try {
var payloads = pqt.search(patterns_tree, url).next().value;
} catch (e) {
- console.error(e);
+ console.error("Haketilo:", e);
policy.allow = false;
policy.error = {haketilo_error_type: "deciding_policy"};
}