ソースを参照

Merge pull request #1010 from emqtt/emq20

Change subscription to subscriptions
huangdan 9 年 前
コミット
9dd9b64687
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/emqttd_cli.erl

+ 1 - 1
src/emqttd_cli.erl

@@ -548,7 +548,7 @@ print({ClientId, _ClientPid, _Persistent, SessInfo}) ->
                 deliver_msg,
                 enqueue_msg,
                 created_at],
-    ?PRINT("Session(~s, clean_sess=~s, subscription=~w, max_inflight=~w, inflight=~w, "
+    ?PRINT("Session(~s, clean_sess=~s, subscriptions=~w, max_inflight=~w, inflight=~w, "
            "mqueue_len=~w, mqueue_dropped=~w, awaiting_rel=~w, "
            "deliver_msg=~w, enqueue_msg=~w, created_at=~w)~n",
             [ClientId | [format(Key, get_value(Key, Data)) || Key <- InfoKeys]]).