aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/config.c b/src/config.c
index 9d78ed3..6b99801 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1390,9 +1390,6 @@ static struct grecs_keyword wydawca_kw[] = {
{ "foreground", NULL,
N_("Start in foreground even in daemon mode"),
grecs_type_bool, GRECS_DFLT, &foreground },
- { "single-process", NULL,
- N_("Do not spawn subprocesses"),
- grecs_type_bool, GRECS_DFLT, &single_process },
{ "pidfile", N_("file"),
N_("Set pid file name"),
grecs_type_string, GRECS_CONST, &pidfile},
@@ -1727,7 +1724,7 @@ config_finish(struct grecs_node *tree)
if (file_sweep_time <= 0) {
file_sweep_time = DEFAULT_FILE_SWEEP_TIME;
wy_log(LOG_NOTICE,
- _("file-sweep-time too low; reverting to the default %ds"),
- file_sweep_time);
+ _("file-sweep-time too low; reverting to the default %lus"),
+ (unsigned long)file_sweep_time);
}
}

Return to:

Send suggestions and report system problems to the System administrator.