From 576c10ee3ad2188ec188e6ca6962423381eb39c4 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 23 Feb 2016 14:14:24 +0100 Subject: [PATCH] Make caps warning less confusing (#955) --- src/node_pep.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.