Fix another print -> logger.warn.
Signed-off-by: Ian Main <imain@redhat.com>
This commit is contained in:
parent
df69c7d2a5
commit
a9e9fa9782
@ -142,7 +142,7 @@ class Stack(object):
|
|||||||
if pt:
|
if pt:
|
||||||
pt.template = self.t
|
pt.template = self.t
|
||||||
else:
|
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):
|
def create_blocking(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user