]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix another print -> logger.warn.
authorIan Main <imain@redhat.com>
Fri, 20 Apr 2012 18:49:13 +0000 (11:49 -0700)
committerIan Main <imain@redhat.com>
Fri, 20 Apr 2012 18:49:13 +0000 (11:49 -0700)
Signed-off-by: Ian Main <imain@redhat.com>
heat/engine/parser.py

index 55457a837baccb26875af474284eaf26dd877bc3..63a0509b14e5ce78633444986fbf4814344ab2f5 100644 (file)
@@ -142,7 +142,7 @@ class Stack(object):
         if pt:
             pt.template = self.t
         else:
-            print 'cant find parsed template to update %d' % self.parsed_template_id
+            logger.warn('Cant find parsed template to update %d' % self.parsed_template_id)
 
 
     def create_blocking(self):