aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-03-11 22:10:35 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-03-11 22:10:35 +0200
commit10a5f20232d2a57beb0a50b38b1d7196a7f5236e (patch)
treeeb9016172b7ea9705209003eef1e1c2afaa2786e /src/config.c
parentdfe6343d9522cea2e6653abc267b42040925b3e6 (diff)
downloadwydawca-10a5f20232d2a57beb0a50b38b1d7196a7f5236e.tar.gz
wydawca-10a5f20232d2a57beb0a50b38b1d7196a7f5236e.tar.bz2
Namespace normalization (1).
syslog_tag -> wy_syslog_tag log_facility -> wy_log_facility log_to_stderr -> wy_log_to_stderr
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index 4da18c5..8dbc788 100644
--- a/src/config.c
+++ b/src/config.c
@@ -575,10 +575,10 @@ static struct grecs_keyword syslog_kw[] = {
"auth, authpriv, mail, cron, local0 through local7 "
"(case-insensitive), or a facility number."),
grecs_type_string, GRECS_DFLT,
- &log_facility, 0, cb_syslog_facility },
+ &wy_log_facility, 0, cb_syslog_facility },
{ "tag", N_("string"), N_("Tag syslog messages with this string"),
grecs_type_string, GRECS_DFLT,
- &syslog_tag },
+ &wy_syslog_tag },
{ "print-priority", N_("arg"),
N_("Prefix each message with its priority"),
grecs_type_bool, GRECS_DFLT,

Return to:

Send suggestions and report system problems to the System administrator.