Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
name committed May 29, 2021
1 parent 02e389e commit 8f3fece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion App.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ func main() {
flag.Parse()

log.Println("Start docker agent, AppId:", conf.AppId)
log.Println("utils.DockerServer:", conf.DockerServer)
log.Println("conf.DockerServer:", conf.DockerServer)
log.Println("conf.DockerWsServer:", conf.DockerWsServer)

if conf.DockerServer == "" && conf.DockerWsServer == "" {
log.Panic("DockerServer and DockerWsServer, must one of not empty")
Expand Down

0 comments on commit 8f3fece

Please sign in to comment.