diff options
Diffstat (limited to 'sysklogd/syslogd.c')
-rw-r--r-- | sysklogd/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index ac326aa00..49deab2d7 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -59,7 +59,7 @@ static char lfile[MAXPATHLEN]; | |||
59 | static const char *logFilePath = __LOG_FILE; | 59 | static const char *logFilePath = __LOG_FILE; |
60 | 60 | ||
61 | #ifdef CONFIG_FEATURE_ROTATE_LOGFILE | 61 | #ifdef CONFIG_FEATURE_ROTATE_LOGFILE |
62 | /* max size of message file bevor being rotated */ | 62 | /* max size of message file before being rotated */ |
63 | static int logFileSize = 200 * 1024; | 63 | static int logFileSize = 200 * 1024; |
64 | 64 | ||
65 | /* number of rotated message files */ | 65 | /* number of rotated message files */ |