summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorSandy Walsh <sandy.walsh@rackspace.com>2011-03-18 09:21:08 -0700
committerSandy Walsh <sandy.walsh@rackspace.com>2011-03-18 09:21:08 -0700
commitef33d6bde27276fb4c93ed6bbcb972977f03a370 (patch)
tree174f671b2f5c30db6250227edd1fd056e7987ff6 /nova/api
parent12ffa884c07b55c982a1ad60a94e72c955db81c3 (diff)
results
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 9f14a6b82..49f714d47 100644
--- a/nova/api/openstack/servers.py
+++ b/nova/api/openstack/servers.py
@@ -130,7 +130,7 @@ class Controller(wsgi.Controller):
try:
LOG.debug(_("***SHOW"))
instance = self.compute_api.routing_get(req.environ['nova.context'], id)
- LOG.debug(_("***SHOW"))
+ LOG.debug(_("***SHOW OUT %s" % instance))
return _translate_detail_keys(instance)
except exception.NotFound:
return faults.Fault(exc.HTTPNotFound())