We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19cb51f + 903c6ee commit d60d70cCopy full SHA for d60d70c
ecs-init/engine/engine.go
@@ -139,7 +139,7 @@ func (e *Engine) PreStart() error {
139
if err != nil {
140
return engineError("could not check Docker for Agent image presence", err)
141
}
142
- log.Infof("pre-start: ecs agent container image loaded presence: %s", imageLoaded)
+ log.Infof("pre-start: ecs agent container image loaded presence: %t", imageLoaded)
143
144
switch e.downloader.AgentCacheStatus() {
145
// Uncached, go get the Agent.
0 commit comments