Skip to content

Commit 51a6f0e

Browse files
committed
chores: fix typo
Signed-off-by: 佑祎 <zzw261520@alibaba-inc.com>
1 parent 4e22e89 commit 51a6f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/yarn/client/ipc/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func setupConnection(c *Client) (*connection, error) {
197197
klog.V(4).Infof("error: %v", err)
198198
return nil, err
199199
} else {
200-
klog.V(5).Infof("Successfully connected %v", c)
200+
klog.V(5).Infof("setup connection success %v", c)
201201
}
202202

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

0 commit comments

Comments
 (0)