summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
authorMatt Dietz <matt.dietz@rackspace.com>2011-07-15 19:07:58 +0000
committerMatt Dietz <matt.dietz@rackspace.com>2011-07-15 19:07:58 +0000
commitc8a35349be912bb862789059abc95ccf9f7b8ef5 (patch)
tree898a49ce35f3c1d9f802469780164a2e7bca9d90 /nova/exception.py
parent4c779a87651a37f9acf05f1101859a1ce4c288c1 (diff)
downloadnova-c8a35349be912bb862789059abc95ccf9f7b8ef5.tar.gz
nova-c8a35349be912bb862789059abc95ccf9f7b8ef5.tar.xz
nova-c8a35349be912bb862789059abc95ccf9f7b8ef5.zip
Updated with some changes from manual testing
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 988940d6a..a98b0a36b 100644
--- a/nova/exception.py
+++ b/nova/exception.py
@@ -77,8 +77,8 @@ def wrap_db_error(f):
except Exception, e:
LOG.exception(_('DB exception wrapped.'))
raise DBError(e)
- return _wrap
_wrap.func_name = f.func_name
+ return _wrap
def wrap_exception(f):