diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-18 09:21:08 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-18 09:21:08 -0700 |
| commit | ef33d6bde27276fb4c93ed6bbcb972977f03a370 (patch) | |
| tree | 174f671b2f5c30db6250227edd1fd056e7987ff6 /nova/api | |
| parent | 12ffa884c07b55c982a1ad60a94e72c955db81c3 (diff) | |
results
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/servers.py | 2 |
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()) |
