From f47c57fa2d0d4cb4a67e2d9dcb2729d721288b94 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Wed, 29 Apr 2020 10:33:53 -0600 Subject: [PATCH] env_aws: fixup log line Co-Authored-By: Mahmood Ali --- client/fingerprint/env_aws.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/fingerprint/env_aws.go b/client/fingerprint/env_aws.go index a1c65a9e6..a43134d2d 100644 --- a/client/fingerprint/env_aws.go +++ b/client/fingerprint/env_aws.go @@ -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