diff options
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 f9ffe3adc..0baacd25a 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -635,7 +635,7 @@ class LoopingCall(object): self.stop() done.send(e.retvalue) except Exception: - logging.exception('in looping call') + LOG.exception(_('in looping call')) done.send_exception(*sys.exc_info()) return else: |
