Simplify logs

This commit is contained in:
skiffer-git
2022-12-14 15:22:06 +08:00
parent 7b57b924ee
commit a78e43bfe3
17 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ func main() {
if config.Config.Api.ListenIP != "" {
address = config.Config.Api.ListenIP + ":" + strconv.Itoa(*ginPort)
}
fmt.Println("start api server, address: ", address, "OpenIM 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())