Database: Change init log message

This commit is contained in:
Michael Mayer 2019-06-30 00:21:02 +02:00
parent abe1ce4265
commit 74f8044cd2

View File

@ -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))