Fixed a debug message

This commit is contained in:
Diptanu Choudhury 2016-07-09 00:12:53 -07:00
parent e5310b76a6
commit 5b39a5db40
1 changed files with 1 additions and 1 deletions

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