mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Result of running "make format"
This commit is contained in:
parent
a32bfd1215
commit
45dafbcdcc
1 changed files with 2 additions and 1 deletions
|
@ -308,7 +308,8 @@ component_send_packet({#iq{from = From,
|
||||||
[]),
|
[]),
|
||||||
drop;
|
drop;
|
||||||
{_, {unprivileged_iq}} ->
|
{_, {unprivileged_iq}} ->
|
||||||
?DEBUG("Component ~ts sent a not-wrapped IQ stanza, routing it as-is.", [From#jid.lserver]),
|
?DEBUG("Component ~ts sent a not-wrapped IQ stanza, routing it as-is.",
|
||||||
|
[From#jid.lserver]),
|
||||||
IQ;
|
IQ;
|
||||||
{_, {error, ErrType, _Err}} ->
|
{_, {error, ErrType, _Err}} ->
|
||||||
?INFO_MSG("IQ not forwarded: Component tried to send not valid IQ stanza: ~p.",
|
?INFO_MSG("IQ not forwarded: Component tried to send not valid IQ stanza: ~p.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue