Skip to content

Commit 41650e6

Browse files
author
Joji Mekkatt
committed
Merge with master.
1 parent a76f5e4 commit 41650e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netplugin/cluster/cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func peerDiscoveryLoop(netplugin *plugin.NetPlugin, objdbClient objdb.API, local
154154
log.Fatalf("Could not start a watch on netmaster service. Err: %v", err)
155155
}
156156

157-
// Start a watch on netplugin service so that we dont miss any
157+
// Start a watch on netplugin service
158158
err = objdbClient.WatchService("netplugin", nodeEventCh, watchStopCh)
159159
if err != nil {
160160
log.Fatalf("Could not start a watch on netplugin service. Err: %v", err)

0 commit comments

Comments
 (0)