From d678a21f21f78c1a0828767e70cfd8d1047a765b Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 7 Sep 2009 14:28:08 +0000 Subject: Change some error messages. SVN Revision: 2587 --- src/web/ejabberd_http_bind.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web') diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl index 336d4171e..a80c463a7 100644 --- a/src/web/ejabberd_http_bind.erl +++ b/src/web/ejabberd_http_bind.erl @@ -177,7 +177,7 @@ process_request(Data, IP) -> {ok, {"", Rid, Attrs, Payload}} -> case xml:get_attr_s("to",Attrs) of "" -> - ?ERROR_MSG("Session not created (Improper addressing)", []), + ?INFO_MSG("Session not created (Improper addressing).~nAttributes: ~p", [Attrs]), {200, ?HEADER, ""}; -- cgit v1.2.3