This commit is contained in:
@@ -59,7 +59,8 @@ func main() {
|
||||
|
||||
authenticator, auth_err := auth.New()
|
||||
if auth_err != nil {
|
||||
log.Fatal("ERROR: Failed to initialize Authenticator")
|
||||
log.Printf("ERROR: Failed to initialize Authenticator %s", auth_err.Error())
|
||||
log.Fatal("ERROR: Failed to initialize authenticator...")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user