mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-03 18:02:28 +01:00
debug log fix
SVN Revision: 1098
This commit is contained in:
parent
d74c527101
commit
1f8c32cbff
@ -1687,7 +1687,6 @@ send_items(Host, Node, LJID, Number) ->
|
|||||||
%% Response = [pubsubIQResponse()]
|
%% Response = [pubsubIQResponse()]
|
||||||
%% @doc <p>Return the list of affiliations as an XMPP response.</p>
|
%% @doc <p>Return the list of affiliations as an XMPP response.</p>
|
||||||
get_affiliations(Host, JID, Plugins) when is_list(Plugins) ->
|
get_affiliations(Host, JID, Plugins) when is_list(Plugins) ->
|
||||||
?INFO_MSG("**1 ~p",[{Host,JID,Plugins}]),
|
|
||||||
Result = lists:foldl(
|
Result = lists:foldl(
|
||||||
fun(Type, {Status, Acc}) ->
|
fun(Type, {Status, Acc}) ->
|
||||||
Features = features(Type),
|
Features = features(Type),
|
||||||
|
Loading…
Reference in New Issue
Block a user