diff --git a/src/http_front/http_cache.erl b/src/http_front/http_cache.erl index f03c844..ca40088 100644 --- a/src/http_front/http_cache.erl +++ b/src/http_front/http_cache.erl @@ -134,6 +134,7 @@ spawn_update(Type) -> async_update(Type, From) -> Start = now(), + io:format("async update cache ~p start~n", [Type]), Ret = do_update(Type), From ! {enter_cache, Type, Ret}, io:format("async update cache ~p done used ~p ms~n",