From: Mickaël Rémond Date: Tue, 11 Jun 2019 16:52:44 +0000 (+0200) Subject: Debug log to help troubleshoot delegation ACLs X-Git-Tag: 19.08~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=267ce0dde0551af8f14ffa2697c16ce01854def0;p=ejabberd Debug log to help troubleshoot delegation ACLs --- 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),