Skip to content

Commit

Permalink
Merge pull request #129 from c4ssio/patch-1
Browse files Browse the repository at this point in the history
removed @aws_access_key_id from stdout output for launch_instances
  • Loading branch information
treeder committed Sep 18, 2013
2 parents 23a9a01 + ec80113 commit 7735f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ec2/ec2.rb
Expand Up @@ -544,7 +544,7 @@ def run_instances(image_id, min_count, max_count, group_ids, key_name, user_data
# }]
#
def launch_instances(image_id, options={})
@logger.info("Launching instance of image #{image_id} for #{@aws_access_key_id}, " +
@logger.info("Launching instance of image #{image_id}, " +
"key: #{options[:key_name]}, groups: #{(options[:group_ids]).to_a.join(',')}")
# careful: keyName and securityGroups may be nil
params = hash_params('SecurityGroup', options[:group_ids].to_a)
Expand Down

0 comments on commit 7735f1c

Please sign in to comment.