diff --git a/src/node_pep.erl b/src/node_pep.erl index 726146b90..da0325396 100644 --- a/src/node_pep.erl +++ b/src/node_pep.erl @@ -257,7 +257,7 @@ complain_if_modcaps_disabled(ServerHost) -> false -> ?WARNING_MSG("The PEP plugin is enabled in mod_pubsub " "of host ~p. This plugin requires mod_caps " - "to be enabled, but it isn't.", + "but it does not seems enabled, please check config.", [ServerHost]); true -> ok end.