working commit
This commit is contained in:
@@ -22,7 +22,7 @@ type Database struct {
|
||||
func NewDatabase(datapath string) *Database {
|
||||
return &Database{
|
||||
datapath: datapath,
|
||||
logg: logger.NewLoggerWithSubject("maindb"),
|
||||
logg: logger.NewLogger("maindb"),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user