Fix log line for gc'ing deployments
This commit is contained in:
parent
cbfaa47d34
commit
e71e315950
|
@ -491,7 +491,7 @@ func (c *CoreScheduler) deploymentGC(eval *structs.Evaluation) error {
|
|||
if len(gcDeployment) == 0 {
|
||||
return nil
|
||||
}
|
||||
c.srv.logger.Printf("[DEBUG] sched.core: deployment GC: %d nodes eligible", len(gcDeployment))
|
||||
c.srv.logger.Printf("[DEBUG] sched.core: deployment GC: %d deployments eligible", len(gcDeployment))
|
||||
return c.deploymentReap(gcDeployment)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue