aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2019-06-11 18:52:44 +0200
committerGitHub <noreply@github.com>2019-06-11 18:52:44 +0200
commit267ce0dde0551af8f14ffa2697c16ce01854def0 (patch)
treee1c0c36e6b9aa35d6b82f9715eba203090c63ed4 /src
parentRevert "Fix pubsub compliance XEP-0060 § 7.1.3.6 (#2864)" (diff)
Debug log to help troubleshoot delegation ACLs
Diffstat (limited to 'src')
-rw-r--r--src/mod_delegation.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_delegation.erl b/src/mod_delegation.erl
index 532463e3a..92d238c0d 100644
--- a/src/mod_delegation.erl
+++ b/src/mod_delegation.erl
@@ -157,6 +157,7 @@ handle_cast({component_connected, Host}, State) ->
allow ->
send_disco_queries(ServerHost, Host, NS);
deny ->
+ ?DEBUG("Denied delegation for ~s on ~s", [Host, NS]),
ok
end
end, NSAttrsAccessList),