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

Fix log message format

This commit is contained in:
Evgeniy Khramtsov 2017-02-26 16:27:26 +03:00
parent fadcc85553
commit 933351ab4c

View File

@ -89,7 +89,7 @@ stop(Host) ->
reload(_Host, _NewOpts, _OldOpts) ->
?WARNING_MSG("module ~s is reloaded, but new configuration will take "
"effect for newly created client connections only", []).
"effect for newly created client connections only", [?MODULE]).
depends(_Host, _Opts) ->
[].