mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
close db label log
This commit is contained in:
parent
67472f8341
commit
20e2b5e744
@ -329,7 +329,7 @@ func (db *MdbxKV) Close() {
|
||||
db.log.Warn("failed to remove in-mem db file", "err", err)
|
||||
}
|
||||
} else {
|
||||
db.log.Info("database closed (MDBX)")
|
||||
db.log.Info("database closed", "label", db.opts.label)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user