diff --git a/web3_proxy/src/stats/stat_buffer.rs b/web3_proxy/src/stats/stat_buffer.rs index cde0f1a5..a5976576 100644 --- a/web3_proxy/src/stats/stat_buffer.rs +++ b/web3_proxy/src/stats/stat_buffer.rs @@ -177,7 +177,7 @@ impl StatBuffer { warn!(%tsdb_count, %relational_count, ?err, "unable to notify about flushed stats"); } } else { - unimplemented!() + warn!("unable to flush stat buffer!"); } } x = shutdown_receiver.recv() => {