Software /
code /
prosody
Comparison
core/presencemanager.lua @ 1074:7798735be42b
presencemanager: Lower log level of a message
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 30 Apr 2009 02:30:03 +0100 |
parent | 966:d2692d427496 |
comparison
equal
deleted
inserted
replaced
1073:7c20373d4451 | 1074:7798735be42b |
---|---|
142 count = count + 1; | 142 count = count + 1; |
143 end | 143 end |
144 end | 144 end |
145 end | 145 end |
146 end | 146 end |
147 log("info", "broadcasted presence of "..count.." resources from "..user.."@"..host.." to "..jid); | 147 log("debug", "broadcasted presence of "..count.." resources from "..user.."@"..host.." to "..jid); |
148 return count; | 148 return count; |
149 end | 149 end |
150 | 150 |
151 function handle_outbound_presence_subscriptions_and_probes(origin, stanza, from_bare, to_bare, core_route_stanza) | 151 function handle_outbound_presence_subscriptions_and_probes(origin, stanza, from_bare, to_bare, core_route_stanza) |
152 local node, host = jid_split(from_bare); | 152 local node, host = jid_split(from_bare); |