Fix noisy log
This commit is contained in:
parent
885f4ae9f9
commit
2239503e6e
|
@ -25,7 +25,7 @@ func (d *ExecDriver) Fingerprint(cfg *config.Config, node *structs.Node) (bool,
|
|||
return false, nil
|
||||
}
|
||||
|
||||
if d.fingerprintSuccess == nil || *d.fingerprintSuccess {
|
||||
if d.fingerprintSuccess == nil || !*d.fingerprintSuccess {
|
||||
d.logger.Printf("[DEBUG] driver.exec: exec driver is enabled")
|
||||
}
|
||||
node.Attributes[execDriverAttr] = "1"
|
||||
|
|
Loading…
Reference in a new issue