Deletion
authorSapan Bhatia <gwsapan@gmail.com>
Tue, 22 Jul 2014 05:21:36 +0000 (01:21 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Tue, 22 Jul 2014 05:21:36 +0000 (01:21 -0400)
planetstack/ec2_observer/event_loop.py

index e985007..3638b08 100644 (file)
@@ -239,7 +239,7 @@ class PlanetStackObserver:
 
                                # Two passes. One for sync, the other for deletion.
                                for deletion in (False,True):
-                                       logger.info('Creation pass...')
+                                       logger.info('Deletion=%r...'%deletion)
                                        # Set of whole steps that failed
                                        failed_steps = []