Skip to content

Commit

Permalink
changes logging reference in zone_manager.py
Browse files Browse the repository at this point in the history
Fixes Bug 886281

Change-Id: Ib0312ecc2a0026a08d37a382144d37d745dea6ce
  • Loading branch information
ameade committed Nov 8, 2011
1 parent 2826e86 commit 9b82062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/scheduler/zone_manager.py
Expand Up @@ -233,7 +233,7 @@ def get_all_host_data(self, context):
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']
Expand Down

0 comments on commit 9b82062

Please sign in to comment.