better log

This commit is contained in:
blob42 2023-09-06 14:26:17 +02:00
parent 02ae180afd
commit abee5bdbed

View File

@ -306,7 +306,7 @@ func (db *DB) Close() error {
log.Debugf("Closing DB <%s>", db.Name)
if db.Handle == nil {
log.Warningf("<%s> handle is nil", db.Name)
log.Debugf("<%s> db handle is nil, already closed ?", db.Name)
return nil
}