Fixed a debug message
This commit is contained in:
parent
e5310b76a6
commit
5b39a5db40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue