From 8a393d7517989a683fef9c7af73fa2c8bb5edff4 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Fri, 27 May 2016 03:51:22 -0700 Subject: [PATCH] Improve language re: fingerprinting --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index 82a18d422..1c5cdb463 100644 --- a/client/client.go +++ b/client/client.go @@ -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):