Improve language re: fingerprinting

This commit is contained in:
Sean Chittenden
2016-05-27 03:51:22 -07:00
parent bf4f0310b4
commit 8a393d7517

View File

@@ -678,7 +678,7 @@ func (c *Client) fingerprint() error {
// fingerprintPeriodic runs a fingerprinter at the specified duration.
func (c *Client) fingerprintPeriodic(name string, f fingerprint.Fingerprint, d time.Duration) {
c.logger.Printf("[DEBUG] client: periodically fingerprinting %v at duration %v", name, d)
c.logger.Printf("[DEBUG] client: fingerprinting %v every %v", name, d)
for {
select {
case <-time.After(d):