diff --git a/src/mod_stream_mgmt.erl b/src/mod_stream_mgmt.erl index 5b333ede5..f0152a722 100644 --- a/src/mod_stream_mgmt.erl +++ b/src/mod_stream_mgmt.erl @@ -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) -> [].