summaryrefslogtreecommitdiff
path: root/oslo_log/_options.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_log/_options.py')
-rw-r--r--oslo_log/_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_log/_options.py b/oslo_log/_options.py
index e1c2dd8..9138368 100644
--- a/oslo_log/_options.py
+++ b/oslo_log/_options.py
@@ -115,7 +115,7 @@ generic_log_opts = [
cfg.IntOpt('log_rotate_interval',
default=1,
help='The amount of time before the log files are rotated. '
- 'This option is ignored unless log_rotation_type is set'
+ 'This option is ignored unless log_rotation_type is set '
'to "interval".'),
cfg.StrOpt('log_rotate_interval_type',
choices=['Seconds', 'Minutes', 'Hours', 'Days', 'Weekday',