Skip to content

Commit

Permalink
Update log message. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlamillan authored May 29, 2022
1 parent 3ef60d5 commit 79ea507
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 @@ -41,7 +41,7 @@ func main() {
addr := make(chan string)
go types.NewServer(&oke.OKEDriver{}, addr).ServeOrDie(fmt.Sprintf("127.0.0.1:%v", port))

logrus.Debugf("oke driver up and running on at %v", <-addr)
logrus.Debugf("Oracle Container Engine for Kubernetes (oke) driver up and running on at %v", <-addr)

wg.Add(1)
wg.Wait() // wait forever, we only exit if killed by parent process
Expand Down

0 comments on commit 79ea507

Please sign in to comment.