24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Fix a ?DEBUG call in ejabberd_auth.

This commit is contained in:
Andreas Köhler 2010-08-13 18:13:58 +02:00 committed by Badlop
parent 3cb128963c
commit 7f1759ab0a

View File

@ -76,7 +76,7 @@
%% @spec () -> term()
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).
start(Host) ->