Fix another print -> logger.warn.

Signed-off-by: Ian Main <imain@redhat.com>
This commit is contained in:
Ian Main 2012-04-20 11:49:13 -07:00
parent df69c7d2a5
commit a9e9fa9782

View 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):