moved files

pull/78/head
hunterlong 2018-09-27 20:36:23 -07:00
parent 62f4d0a8ae
commit 2b9f701849
9 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ func (db *DbConfig) Connect(retry bool, location string) error {
DbSession, err = gorm.Open(dbType, conn)
if err != nil {
if retry {
utils.Log(1, fmt.Sprintf("Database connection to '%v' is not available, trying again in 5 seconds...", Configs.DbHost))
utils.Log(1, fmt.Sprintf("Database connection to '%v' is not available, trying again in 5 seconds...", conn))
return db.waitForDb()
} else {
fmt.Println("ERROR:", err)