mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix a ?DEBUG call in ejabberd_auth.
This commit is contained in:
parent
3cb128963c
commit
7f1759ab0a
@ -76,7 +76,7 @@
|
|||||||
%% @spec () -> term()
|
%% @spec () -> term()
|
||||||
|
|
||||||
start() ->
|
start() ->
|
||||||
?DEBUG("About to start auth modules. Hosts: ~p", ?MYHOSTS),
|
?DEBUG("About to start auth modules. Hosts: ~p", [?MYHOSTS]),
|
||||||
lists:foreach(fun start/1, ?MYHOSTS).
|
lists:foreach(fun start/1, ?MYHOSTS).
|
||||||
|
|
||||||
start(Host) ->
|
start(Host) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user