mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 04:10:20 +08:00
Print log for StartLdapServer()'s error
This commit is contained in:
@ -34,7 +34,7 @@ func StartLdapServer() {
|
|||||||
server.Handle(routes)
|
server.Handle(routes)
|
||||||
err := server.ListenAndServe("0.0.0.0:" + conf.GetConfigString("ldapServerPort"))
|
err := server.ListenAndServe("0.0.0.0:" + conf.GetConfigString("ldapServerPort"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
log.Printf("StartLdapServer() failed, ErrMsg = %s", err.Error())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user