Browse Source

Keep dialyzer happy. Thanks Kostis

pull/16/head
Chandrashekhar Mullaparthi 15 years ago
parent
commit
a114ed3bc4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/ibrowse.erl

+ 1
- 1
src/ibrowse.erl View File

@ -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])]
)

Loading…
Cancel
Save