Fix log message format

This commit is contained in:
Evgeniy Khramtsov 2017-02-26 16:27:26 +03:00
parent fadcc85553
commit 933351ab4c
1 changed files with 1 additions and 1 deletions

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) ->
[].