mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-30 03:41:51 +08:00
Fix #1750
This commit is contained in:
committed by
Matthew R. Kasun
parent
d24ed73986
commit
a9d86e19df
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 {
|
||||
|
||||
Reference in New Issue
Block a user