summaryrefslogtreecommitdiff
path: root/src/core/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/log.h')
-rw-r--r--src/core/log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/log.h b/src/core/log.h
index 599be9e2..184f5ace 100644
--- a/src/core/log.h
+++ b/src/core/log.h
@@ -3,10 +3,10 @@
enum {
LOG_ROTATE_NEVER,
- LOG_ROTATE_HOUR,
- LOG_ROTATE_DAY,
- LOG_ROTATE_WEEK,
- LOG_ROTATE_MONTH
+ LOG_ROTATE_HOURLY,
+ LOG_ROTATE_DAILY,
+ LOG_ROTATE_WEEKLY,
+ LOG_ROTATE_MONTHLY
};
typedef struct {