From 8938982d6ab1e3843004e19c485f73e3401c767a Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Sat, 23 Jan 2010 13:58:03 -0500 Subject: comment out unusable call to boto.log.exception in boto_utils.py --- ec2init/boto_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ec2init') 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') -- cgit v1.2.3