diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-01-04 00:37:47 -0500 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-01-04 00:37:47 -0500 |
| commit | 45f2f563d1722d2f4d81d49de9d6a3cfd3d0fe3e (patch) | |
| tree | bc19198f21af785056d3761a690ed6bada3009bc /nova/compute | |
| parent | b9576a9f73195656f4a0a1327cd6bee3c4a6b6c9 (diff) | |
| download | nova-45f2f563d1722d2f4d81d49de9d6a3cfd3d0fe3e.tar.gz nova-45f2f563d1722d2f4d81d49de9d6a3cfd3d0fe3e.tar.xz nova-45f2f563d1722d2f4d81d49de9d6a3cfd3d0fe3e.zip | |
Don't know where that LOG went...
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 0098ded74..d68801146 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -216,7 +216,7 @@ class ComputeManager(manager.Manager): instance_id, context=context) if instance_ref['state'] != power_state.RUNNING: - .warn(_('trying to reboot a non-running ' + LOG.warn(_('trying to reboot a non-running ' 'instance: %s (state: %s excepted: %s)'), instance_ref['internal_id'], instance_ref['state'], |
