only warn if unable to flush
This commit is contained in:
parent
205a5b9b42
commit
4a32ce0a19
@ -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() => {
|
||||
|
Loading…
Reference in New Issue
Block a user