Skip to content

Commit

Permalink
Don't log every node list check.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Oct 16, 2012
1 parent c320c80 commit 142a634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks.go
Expand Up @@ -388,7 +388,6 @@ func checkStaleNodes() error {
go cleanupNode(node.name)
}
}
log.Printf("Checked %v nodes for staleness", len(nl))
return nil
}

Expand Down

0 comments on commit 142a634

Please sign in to comment.