Make caps warning less confusing (#955)

This commit is contained in:
Christophe Romain 2016-02-23 14:14:24 +01:00
parent 44f581c3b5
commit 576c10ee3a
1 changed files with 1 additions and 1 deletions

View File

@ -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.