Fixed a debug message

This commit is contained in:
Diptanu Choudhury
2016-07-09 00:12:53 -07:00
parent 17ad8ee7d0
commit 5e4d6e1c46

View File

@@ -604,7 +604,7 @@ func (c *Client) reservePorts() {
func (c *Client) fingerprint() error {
whitelist := c.config.ReadStringListToMap("fingerprint.whitelist")
whitelistEnabled := len(whitelist) > 0
c.logger.Printf("[DEBUG] client: built-in fingerprints: %v", fingerprint.BuiltinFingerprints)
c.logger.Printf("[DEBUG] client: built-in fingerprints: %v", fingerprint.BuiltinFingerprints())
var applied []string
var skipped []string