From a114ed3bc46f6774fb15f00f86b23397f24e91bd Mon Sep 17 00:00:00 2001 From: Chandrashekhar Mullaparthi Date: Wed, 19 May 2010 22:44:21 +0100 Subject: [PATCH] Keep dialyzer happy. Thanks Kostis --- src/ibrowse.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ibrowse.erl b/src/ibrowse.erl index c1043ef..09d36a3 100644 --- a/src/ibrowse.erl +++ b/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])] )