diff options
| author | termie <code@term.ie> | 2010-12-14 16:05:39 -0800 |
|---|---|---|
| committer | termie <code@term.ie> | 2010-12-14 16:05:39 -0800 |
| commit | a2a8406b5d793545c8ecb359e18b80bba618c509 (patch) | |
| tree | ad49bdbff6c6594c568949c84197c29fdab0d3ec /nova/utils.py | |
| parent | c835c441981a17764931390bc1ace6121ab100a4 (diff) | |
| download | nova-a2a8406b5d793545c8ecb359e18b80bba618c509.tar.gz nova-a2a8406b5d793545c8ecb359e18b80bba618c509.tar.xz nova-a2a8406b5d793545c8ecb359e18b80bba618c509.zip | |
updates per review
Diffstat (limited to 'nova/utils.py')
| -rw-r--r-- | nova/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index 22bf5d8cf..5f2d47202 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -241,7 +241,7 @@ class LoopingCall(object): self.f(*self.args, **self.kw) greenthread.sleep(interval) except Exception: - logging.exception('hhmm') + logging.exception('in looping call') done.send_exception(*sys.exc_info()) return |
