]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Typo in a logging declaration
authorTomas Sedovic <tomas@sedovic.cz>
Wed, 9 May 2012 15:02:28 +0000 (17:02 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Wed, 9 May 2012 15:02:28 +0000 (17:02 +0200)
Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
heat/engine/wait_condition.py

index 62429ddee3824b9f8f72f767c5609e1b64477026..db0025e12455ff1ab57c89c4b54adf271d797c17 100644 (file)
@@ -22,7 +22,7 @@ from heat.common import exception
 from heat.db import api as db_api
 from heat.engine.resources import Resource
 
-logger = logging.getLogger('heat.endine.wait_condition')
+logger = logging.getLogger('heat.engine.wait_condition')
 
 
 class WaitConditionHandle(Resource):