mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-25 17:41:01 +00:00
remove useless comment
This commit is contained in:
parent
f2e1fca658
commit
16300bbd89
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ impl<M: RpcMessage + 'static> RpcClient<M> {
|
||||||
{
|
{
|
||||||
Err(rpc_error) => {
|
Err(rpc_error) => {
|
||||||
node_status.num_failures.fetch_add(1, Ordering::SeqCst);
|
node_status.num_failures.fetch_add(1, Ordering::SeqCst);
|
||||||
// TODO: Save failure info somewhere
|
|
||||||
Err(Error::from(rpc_error))
|
Err(Error::from(rpc_error))
|
||||||
}
|
}
|
||||||
Ok(x) => x,
|
Ok(x) => x,
|
||||||
|
|
Loading…
Reference in a new issue