mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
env_aws: fixup log line
Co-Authored-By: Mahmood Ali <mahmood@hashicorp.com>
This commit is contained in:
@@ -515,7 +515,7 @@ func (f *EnvAWSFingerprint) Fingerprint(request *FingerprintRequest, response *F
|
||||
nodeResources.Cpu = structs.NodeCpuResources{CpuShares: int64(ticks)}
|
||||
}
|
||||
} else {
|
||||
f.logger.Warn("no cpu specification found for this instance type")
|
||||
f.logger.Warn("failed to find the cpu specification for this instance type")
|
||||
}
|
||||
|
||||
response.Resources = resources
|
||||
|
||||
Reference in New Issue
Block a user