Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbehling authored May 3, 2022
1 parent e5c3c44 commit 18a4e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ func (c *Client) Start() (addr net.Addr, err error) {
[]interface{}{"error", err.Error()}...)
c.logger.Error("plugin process exited", msgArgs...)
} else {
// Log and make sure to flush the logs write away
// Log and make sure to flush the logs right away
c.logger.Info("plugin process exited", msgArgs...)
}

Expand Down

0 comments on commit 18a4e1f

Please sign in to comment.