only warn if unable to flush

This commit is contained in:
Bryan Stitt 2023-07-06 14:49:29 -07:00
parent 205a5b9b42
commit 4a32ce0a19

View File

@ -177,7 +177,7 @@ impl StatBuffer {
warn!(%tsdb_count, %relational_count, ?err, "unable to notify about flushed stats"); warn!(%tsdb_count, %relational_count, ?err, "unable to notify about flushed stats");
} }
} else { } else {
unimplemented!() warn!("unable to flush stat buffer!");
} }
} }
x = shutdown_receiver.recv() => { x = shutdown_receiver.recv() => {