Skip to content

Commit 9c04c10

Browse files
committed
Fixed another merge issue
1 parent 1d2252e commit 9c04c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func (c *Cluster) connectNodes(hosts []Host) {
207207
c.opts,
208208
)
209209
if err != nil {
210-
log.Warnf("Error building query %s", err)
210+
Log.Warnf("Error building query %s", err)
211211
continue
212212
}
213213

0 commit comments

Comments
 (0)