From 933351ab4c6a448128973c093e10efcc1d9ea370 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Sun, 26 Feb 2017 16:27:26 +0300 Subject: [PATCH] Fix log message format --- src/mod_stream_mgmt.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -> [].