This commit is contained in:
Alex Sharov 2021-09-09 10:43:41 +07:00 committed by GitHub
parent c601d4f8d5
commit c506d17f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,7 +330,7 @@ func (db *MdbxKV) Close() {
db.log.Warn("failed to remove in-mem db file", "err", err)
}
} else {
db.log.Info("database closed", "label", db.opts.label)
log.Info("database closed", "label", db.opts.label)
}
}