Skip to content

Commit

Permalink
chores: fix typo (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: 佑祎 <zzw261520@alibaba-inc.com>
  • Loading branch information
zwzhang0107 committed Dec 6, 2023
1 parent 4e22e89 commit c8a0705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/yarn/client/ipc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func setupConnection(c *Client) (*connection, error) {
klog.V(4).Infof("error: %v", err)
return nil, err
} else {
klog.V(5).Infof("Successfully connected %v", c)
klog.V(5).Infof("setup connection success %v", c)
}

tcpConn, ok := conn.(*net.TCPConn)
Expand Down

0 comments on commit c8a0705

Please sign in to comment.