Fix log warning info

Signed-off-by: gaozhenhai <gaozh1988@live.com>
This commit is contained in:
Zhenhai Gao 2018-11-24 17:19:29 +08:00
parent 4e6bcbc0c2
commit 6bba0b6fcd
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ func (x *ImportCluster) ImportAWSCluster() error {
}
if launchConfiguration == nil {
glog.Warningf("LaunchConfiguration %q not found; ignoring", name)
glog.Warningf("ignoring error launchConfiguration %q not found", name)
continue
}