mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Better log bytestream termination
This commit is contained in:
parent
9021ba01ac
commit
7b8c01da12
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ terminate(_Reason, StateName, #state{sha1 = SHA1}) ->
|
||||||
Mod = gen_mod:ram_db_mod(global, mod_proxy65),
|
Mod = gen_mod:ram_db_mod(global, mod_proxy65),
|
||||||
Mod:unregister_stream(SHA1),
|
Mod:unregister_stream(SHA1),
|
||||||
if StateName == stream_established ->
|
if StateName == stream_established ->
|
||||||
?INFO_MSG("Bytestream terminated", []);
|
?INFO_MSG("(~w) Bytestream terminated", [self()]);
|
||||||
true -> ok
|
true -> ok
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue