Merge "changes logging reference in zone_manager.py"

This commit is contained in:
Jenkins
2011-11-08 21:43:13 +00:00
committed by Gerrit Code Review

View File

@@ -233,7 +233,7 @@ class ZoneManager(object):
all_ram = compute['memory_mb']
service = compute['service']
if not service:
LOG.warn(_("No service for compute ID %s") % compute['id'])
logging.warn(_("No service for compute ID %s") % compute['id'])
continue
host = service['host']