summaryrefslogtreecommitdiff
path: root/src/web/ejabberd_http_bind.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-09-07 14:28:08 +0000
committerBadlop <badlop@process-one.net>2009-09-07 14:28:08 +0000
commitd678a21f21f78c1a0828767e70cfd8d1047a765b (patch)
treedf71db16d834659da89564dcb3c1030b7841cbbf /src/web/ejabberd_http_bind.erl
parentfix minor timestamp shift between item creation and modification (diff)
Change some error messages.
SVN Revision: 2587
Diffstat (limited to '')
-rw-r--r--src/web/ejabberd_http_bind.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl
index 336d4171..a80c463a 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, "<body type='terminate' "
"condition='improper-addressing' "
"xmlns='" ++ ?NS_HTTP_BIND ++ "'/>"};