浏览代码

Keep dialyzer happy. Thanks Kostis

pull/16/head
Chandrashekhar Mullaparthi 15 年前
父节点
当前提交
a114ed3bc4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/ibrowse.erl

+ 1
- 1
src/ibrowse.erl 查看文件

@ -534,7 +534,7 @@ show_dest_status() ->
Size = ets:info(Tid, size),
io:format("~40.40s | ~-5.5s | ~-5.5s | ~s~n",
[Host ++ ":" ++ integer_to_list(Port),
integer_to_list(Tid),
io_lib:format("~p", [Tid]),
integer_to_list(Size),
io_lib:format("~p", [Lb_pid])]
)

正在加载...
取消
保存