Skip to content

Commit 321039c

Browse files
gomoripetilukebakken
authored andcommitted
fixup: Add rabbit_misc:process_info/2 that also works for remote PIDs
Co-authored-by: Luke Bakken <[email protected]> (cherry picked from commit 095f702)
1 parent 2c1f1a1 commit 321039c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/src/rabbit_misc.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ process_info(Pid, Items) ->
827827
true ->
828828
rpc:call(Node, erlang, process_info, [Pid, Items]);
829829
_ ->
830-
{badrcp, nodedown}
830+
{badrpc, nodedown}
831831
end.
832832

833833
-spec pget(term(), list() | map()) -> term().

0 commit comments

Comments
 (0)