This commit is contained in:
Michael Klishin 2016-08-16 19:10:37 +03:00
parent e86d65f1f5
commit 878b6a00ad
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ handle_info({'DOWN', MRef, process, _Pid, Reason},
{stop, normal, State}
end;
handle_info(_, State) ->
%% Discard any unexpected message, such as late replies from neighbour_call/2
%% Discard any unexpected messages, such as late replies from neighbour_call/2
noreply(State).
terminate(Reason, #state { module = Module, callback_args = Args }) ->