Skip to content

Commit 394fccf

Browse files
committed
ref: better logging
1 parent e0dbfa9 commit 394fccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robust_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ impl<N: Network> RobustProvider<N> {
289289
}
290290

291291
// Return the last error encountered
292-
error!("All providers failed or timed out");
292+
error!("All providers failed or timed out - returning the last providers attempt's error");
293293
Err(last_error)
294294
}
295295

0 commit comments

Comments
 (0)