Skip to content

Commit

Permalink
chore: hint shard in probe failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Sep 24, 2024
1 parent 2516d1a commit 587a2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mria_rlog.erl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ subscribe(Shard, RemoteNode, Subscriber, Checkpoint) ->
Args = [Shard, {MyNode, Subscriber}, Checkpoint],
mria_lib:rpc_call_nothrow({RemoteNode, Shard}, mria_rlog_server, subscribe, Args);
false ->
{badrpc, probe_failed}
{badrpc, {probe_failed, Shard}}
end.

%% @doc Get version of Mria protocol running on the node
Expand Down

0 comments on commit 587a2cc

Please sign in to comment.