message_dropped
This commit is contained in:
parent
ef3009ec0e
commit
4c2e3e93e5
|
@ -321,13 +321,14 @@ print(session, {ClientId, SessInfo}) ->
|
||||||
max_inflight,
|
max_inflight,
|
||||||
inflight_queue,
|
inflight_queue,
|
||||||
message_queue,
|
message_queue,
|
||||||
|
message_dropped,
|
||||||
awaiting_rel,
|
awaiting_rel,
|
||||||
awaiting_ack,
|
awaiting_ack,
|
||||||
awaiting_comp,
|
awaiting_comp,
|
||||||
created_at,
|
created_at,
|
||||||
subscriptions],
|
subscriptions],
|
||||||
?PRINT("Session(~s, clean_sess=~s, max_inflight=~w, inflight_queue=~w, "
|
?PRINT("Session(~s, clean_sess=~s, max_inflight=~w, inflight_queue=~w, "
|
||||||
"message_queue=~w, awaiting_rel=~w, awaiting_ack=~w, awaiting_comp=~w, "
|
"message_queue=~w, message_dropped=~w, awaiting_rel=~w, awaiting_ack=~w, awaiting_comp=~w, "
|
||||||
"created_at=~w, subscriptions=~s)~n",
|
"created_at=~w, subscriptions=~s)~n",
|
||||||
[ClientId | [format(Key, proplists:get_value(Key, SessInfo)) || Key <- InfoKeys]]);
|
[ClientId | [format(Key, proplists:get_value(Key, SessInfo)) || Key <- InfoKeys]]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue