Skip to content

Commit 5d7db35

Browse files
authored
Merge pull request #74 from steved/master
connection.go: add V(5) to connecting message
2 parents 3e582f7 + 75fbafd commit 5d7db35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func connect(
150150
return nil, errors.New("OnConnectionLoss callback only supported for unix:// addresses")
151151
}
152152

153-
klog.Infof("Connecting to %s", address)
153+
klog.V(5).Infof("Connecting to %s", address)
154154

155155
// Connect in background.
156156
var conn *grpc.ClientConn

0 commit comments

Comments
 (0)