This commit is contained in:
skiffer-git
2022-09-14 15:34:09 +08:00
parent e7ab59a932
commit 398be73f5b
17 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ func main() {
if config.Config.Api.ListenIP != "" {
address = config.Config.Api.ListenIP + ":" + strconv.Itoa(*ginPort)
}
fmt.Println("start api server, address: ", address, "version: ", constant.CurrentVersion, "\n")
fmt.Println("start api server, address: ", address, "OpenIM version: ", constant.CurrentVersion, "\n")
err := r.Run(address)
if err != nil {
log.Error("", "api run failed ", address, err.Error())