mirror of
https://github.com/matrix-construct/construct
synced 2024-12-31 18:04:06 +01:00
ircd::db::database::events: Log level WARNING for aborting table file create.
This commit is contained in:
parent
705374720b
commit
8338eb0ae2
1 changed files with 2 additions and 0 deletions
|
@ -2767,6 +2767,8 @@ noexcept
|
|||
{
|
||||
info.status == rocksdb::Status::OK()?
|
||||
log::level::DEBUG:
|
||||
info.status == rocksdb::Status::Aborted()?
|
||||
log::level::WARNING:
|
||||
log::level::ERROR
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue