24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

debug log fix

SVN Revision: 1098
This commit is contained in:
Christophe Romain 2007-12-22 01:14:56 +00:00
parent d74c527101
commit 1f8c32cbff

View File

@ -1687,7 +1687,6 @@ send_items(Host, Node, LJID, Number) ->
%% Response = [pubsubIQResponse()]
%% @doc <p>Return the list of affiliations as an XMPP response.</p>
get_affiliations(Host, JID, Plugins) when is_list(Plugins) ->
?INFO_MSG("**1 ~p",[{Host,JID,Plugins}]),
Result = lists:foldl(
fun(Type, {Status, Acc}) ->
Features = features(Type),