0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 04:58:58 +02:00

ircd::db::database: Use INFO level for table file closed on shutdown.

This commit is contained in:
Jason Volk 2023-02-18 22:19:30 -08:00
parent 5bd594d165
commit 06583f7bfb

View file

@ -2774,6 +2774,8 @@ noexcept
{
info.status == rocksdb::Status::OK()?
log::level::DEBUG:
info.status == rocksdb::Status::ShutdownInProgress()?
log::level::INFO:
info.status == rocksdb::Status::Aborted()?
log::level::WARNING:
log::level::ERROR