summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorSandy Walsh <sandy.walsh@rackspace.com>2011-05-24 07:36:32 -0700
committerSandy Walsh <sandy.walsh@rackspace.com>2011-05-24 07:36:32 -0700
commitb8fd215635b850bb9c0309fd7e8e723a78250c32 (patch)
treeeae8295bf6b21631c4be0a1da101959583c7f9d3 /nova/api
parent374dc10e07647a54ce76688231e782703896daaa (diff)
removed most of debugging code
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/servers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py
index f726a3709..f3fa36028 100644
--- a/nova/api/openstack/servers.py
+++ b/nova/api/openstack/servers.py
@@ -190,7 +190,7 @@ class Controller(common.OpenstackController):
inst['image_id'] = requested_image_id
# TODO(sandy): REMOVE THIS
- LOG.debug(_("***** INST = %(inst)s") % locals()) #pep8
+ LOG.debug(_("***** API.OPENSTACK.SERVER.CREATE = %(inst)s") % locals()) #pep8
builder = self._get_view_builder(req)
server = builder.build(inst, is_detail=True)