Database: Change init log message
This commit is contained in:
parent
abe1ce4265
commit
74f8044cd2
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func InitDatabase(port uint, password string) error {
|
||||
log.Info("initializing database...")
|
||||
log.Info("init database")
|
||||
|
||||
db, err := sql.Open("mysql", fmt.Sprintf("root:@tcp(localhost:%d)/", port))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user