Skip to content

Commit

Permalink
add connecting to the socket message
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Nov 3, 2021
1 parent 7f8c2e4 commit 633a165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func createClient() *client.Client {
if err != nil {
panic(err)
}
fmt.Println("ufw-docker-automated: Connecting to the Docker API. Listening for events..")
return cli
}

Expand Down

0 comments on commit 633a165

Please sign in to comment.