diff options
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index 4f25486dd..db0cc2c6b 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -205,7 +205,7 @@ int crond_main(int ac, char **av) | |||
205 | */ | 205 | */ |
206 | 206 | ||
207 | crondlog("\011%s " VERSION " dillon, started, log level %d\n", | 207 | crondlog("\011%s " VERSION " dillon, started, log level %d\n", |
208 | bb_applet_name, LogLevel); | 208 | applet_name, LogLevel); |
209 | 209 | ||
210 | SynchronizeDir(); | 210 | SynchronizeDir(); |
211 | 211 | ||
@@ -305,7 +305,7 @@ static int ChangeUser(const char *user) | |||
305 | static void startlogger(void) | 305 | static void startlogger(void) |
306 | { | 306 | { |
307 | if (LogFile == 0) { | 307 | if (LogFile == 0) { |
308 | openlog(bb_applet_name, LOG_CONS | LOG_PID, LOG_CRON); | 308 | openlog(applet_name, LOG_CONS | LOG_PID, LOG_CRON); |
309 | } | 309 | } |
310 | #if ENABLE_DEBUG_CROND_OPTION | 310 | #if ENABLE_DEBUG_CROND_OPTION |
311 | else { /* test logfile */ | 311 | else { /* test logfile */ |