Disable the useless error log info
This commit is contained in:
parent
0c14484b0a
commit
391e39c3b6
|
@ -331,10 +331,6 @@ update_expiry_interval(SPid, Interval) ->
|
|||
close(SPid) ->
|
||||
gen_server:call(SPid, close).
|
||||
|
||||
-spec(close(spid(), atom()) -> ok).
|
||||
close(SPid, Reason) ->
|
||||
gen_server:call(SPid, {close, Reason}).
|
||||
|
||||
%%------------------------------------------------------------------------------
|
||||
%% gen_server callbacks
|
||||
%%------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue