Skip to content

Commit

Permalink
fix(main): update log message to reflect service startup in Chinese
Browse files Browse the repository at this point in the history
- Changed the log message to indicate successful startup of the k8m service, enhancing clarity for Chinese-speaking users.
  • Loading branch information
weibaohui committed Dec 29, 2024
1 parent 05e79f2 commit a26e290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func main() {

}

klog.Infof("listen and serve on 0.0.0.0:%d", flag.Init().Port)
klog.Infof("启动成功,k8m服务监听0.0.0.0:%d", flag.Init().Port)
err := r.Run(fmt.Sprintf(":%d", flag.Init().Port))
if err != nil {
klog.Fatalf("Error %v", err)
Expand Down

0 comments on commit a26e290

Please sign in to comment.