diff options
| author | Ron Yorston <rmy@pobox.com> | 2025-08-12 08:07:00 +0100 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2025-08-12 08:07:00 +0100 |
| commit | 4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968 (patch) | |
| tree | d030cd6daff8d3b79f1fbefa0b33bd02f33c3d5c /miscutils | |
| parent | aa6a7ebcfb93b21916ad5fb97ecf64c22328c07b (diff) | |
| parent | 628a7b2f4708037056a1432d7b6b1792c67e486a (diff) | |
| download | busybox-w32-4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968.tar.gz busybox-w32-4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968.tar.bz2 busybox-w32-4e6b0b3e8b8f819bc9e2f69b0c267abecfe30968.zip | |
Merge branch 'busybox' into merge
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). |
