You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: use inspect_err once we bump MSRV to at least 1.76.
88
-
.map_err(|err| {
86
+
.inspect_err(|err| {
89
87
warn!(
90
88
"TlsProvider for SNI connection to Scylla Cloud node {{ host_id={:?}, dc={:?} at {} }} could not be set up: {}\n Proceeding with attempting probably nonworking connection",
0 commit comments