Skip to content
This repository was archived by the owner on Dec 8, 2017. It is now read-only.

Commit d470374

Browse files
committed
Update comment for logs
1 parent 654aa68 commit d470374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func master(stopChan *chan struct{}) {
6161
log.Println(err)
6262
}
6363
if masterAddr.String() != prevMasterAddr.String() {
64-
fmt.Printf("Master Address changed. Closing stopChan. %s v. %s \n", masterAddr.String(), prevMasterAddr.String())
64+
fmt.Printf("Master Address changed. Closing stopChan. Setting masterAddr to %s from %s \n", masterAddr.String(), prevMasterAddr.String())
6565
close(*stopChan)
6666
*stopChan = make(chan struct{})
6767
}

0 commit comments

Comments
 (0)