diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-05-30 11:02:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-05-30 11:02:35 +0000 |
| commit | 7e2805025d86220df0678110df933745a46db178 (patch) | |
| tree | a645cf653e190ba246305ba0a5bcb7faf77e1d2d /openstack/common/notifier | |
| parent | 95da21822653c878973bd267eea36b9683040d6d (diff) | |
| parent | 484a1df32d5854312ef31c5b488fc07fff8428c4 (diff) | |
Merge "Enable hacking H403 test"
Diffstat (limited to 'openstack/common/notifier')
| -rw-r--r-- | openstack/common/notifier/log_notifier.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openstack/common/notifier/log_notifier.py b/openstack/common/notifier/log_notifier.py index aa3bc0a..d3ef0ae 100644 --- a/openstack/common/notifier/log_notifier.py +++ b/openstack/common/notifier/log_notifier.py @@ -24,7 +24,9 @@ CONF = cfg.CONF def notify(_context, message): """Notifies the recipient of the desired event given the model. - Log notifications using openstack's default logging system""" + + Log notifications using openstack's default logging system. + """ priority = message.get('priority', CONF.default_notification_level) |
