Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pip-services3-go/pip-services3-co…
Browse files Browse the repository at this point in the history
…ntainer-go
  • Loading branch information
seroukhov committed Mar 24, 2021
2 parents 948e171 + 2ae460a commit 2dbce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/ProcessContainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (c *ProcessContainer) captureExit(correlationId string) {
select {
case <-ch:
c.Close(correlationId)
c.Logger().Info(correlationId, "Googbye!")
c.Logger().Info(correlationId, "Goodbye!")
os.Exit(0)
}
}()
Expand Down

0 comments on commit 2dbce0f

Please sign in to comment.