mirror of
https://github.com/matrix-construct/construct
synced 2024-12-01 11:12:51 +01:00
ircd::db::database: Use INFO level for table file closed on shutdown.
This commit is contained in:
parent
5bd594d165
commit
06583f7bfb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue