Skip to content

Commit 18a4e1f

Browse files
authored
Typo
1 parent e5c3c44 commit 18a4e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ func (c *Client) Start() (addr net.Addr, err error) {
638638
[]interface{}{"error", err.Error()}...)
639639
c.logger.Error("plugin process exited", msgArgs...)
640640
} else {
641-
// Log and make sure to flush the logs write away
641+
// Log and make sure to flush the logs right away
642642
c.logger.Info("plugin process exited", msgArgs...)
643643
}
644644

0 commit comments

Comments
 (0)