mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-28 07:54:22 +08:00
Fix #1750
This commit is contained in:
parent
6d82947027
commit
966412e7c0
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -67,7 +67,7 @@ func initialize() { // Client Mode Prereq Check
|
|||
}
|
||||
|
||||
if err = database.InitializeDatabase(); err != nil {
|
||||
logger.FatalLog("Error connecting to database")
|
||||
logger.FatalLog("Error connecting to database: ", err.Error())
|
||||
}
|
||||
logger.Log(0, "database successfully connected")
|
||||
if err = logic.AddServerIDIfNotPresent(); err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue