diff options
Diffstat (limited to 'ec2init')
-rw-r--r-- | ec2init/boto_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ec2init/boto_utils.py b/ec2init/boto_utils.py index 0e821ea1..2f9de95f 100644 --- a/ec2init/boto_utils.py +++ b/ec2init/boto_utils.py @@ -52,7 +52,7 @@ def retry_url(url, retry_on_404=True): return '' except: pass - boto.log.exception('Caught exception reading instance data') + #boto.log.exception('Caught exception reading instance data') sys.stderr.write('Caught exception reading instance data') time.sleep(2**i) #boto.log.error('Unable to read instance data, giving up') |