summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
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())