]> granicus.if.org Git - ejabberd/commitdiff
Make caps warning less confusing (#955)
authorChristophe Romain <christophe.romain@process-one.net>
Tue, 23 Feb 2016 13:14:24 +0000 (14:14 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Tue, 23 Feb 2016 13:14:24 +0000 (14:14 +0100)
src/node_pep.erl

index 726146b90aef5c262c7d9e18a55ab58fd590e01a..da03253962f986dedcac338c07c26ea051151c6f 100644 (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.