summaryrefslogtreecommitdiffstats
path: root/nova/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/log.py')
-rw-r--r--nova/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/log.py b/nova/log.py
index 960598b14..6909916a1 100644
--- a/nova/log.py
+++ b/nova/log.py
@@ -272,7 +272,7 @@ class PublishErrorsHandler(logging.Handler):
def emit(self, record):
nova.notifier.api.notify('nova.error.publisher', 'error_notification',
nova.notifier.api.ERROR, dict(error=record.msg))
-
+
def handle_exception(type, value, tb):
extra = {}