]> granicus.if.org Git - ejabberd/commitdiff
Fix log message format
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sun, 26 Feb 2017 13:27:26 +0000 (16:27 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sun, 26 Feb 2017 13:27:26 +0000 (16:27 +0300)
src/mod_stream_mgmt.erl

index 5b333ede515880ba56c61b0b00c076945c502211..f0152a72279b9ac54501f447464406c781c36988 100644 (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) ->
     [].