diff options
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/crond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index b3762d327..96131cae4 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
| @@ -177,7 +177,7 @@ static void crondlog(unsigned level, const char *msg, va_list va) | |||
| 177 | { | 177 | { |
| 178 | if (level >= G.log_level) { | 178 | if (level >= G.log_level) { |
| 179 | /* | 179 | /* |
| 180 | * We are called only for info meesages. | 180 | * We are called only for info messages. |
| 181 | * Warnings/errors use plain bb_[p]error_msg's, which | 181 | * Warnings/errors use plain bb_[p]error_msg's, which |
| 182 | * need not touch syslog_level | 182 | * need not touch syslog_level |
| 183 | * (they are ok with LOG_ERR default). | 183 | * (they are ok with LOG_ERR default). |
