aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-29 20:15:09 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-29 20:15:09 +0300
commitfbd707fdc9ff7a4450fd3182994959758fe402ec (patch)
tree5de27c5138f06a1a76b7377acce782a6b182c480 /src/wydawca.c
parent8196b4281500ef4f6e0cba4ff1f20f6d41e92f17 (diff)
downloadwydawca-fbd707fdc9ff7a4450fd3182994959758fe402ec.tar.gz
wydawca-fbd707fdc9ff7a4450fd3182994959758fe402ec.tar.bz2
Change the default log facility to daemon
Diffstat (limited to 'src/wydawca.c')
-rw-r--r--src/wydawca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wydawca.c b/src/wydawca.c
index 2e9c952..dbbda11 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -29,7 +29,7 @@ const char *wy_version = "wydawca (" PACKAGE_STRING ")";
int wy_debug_level;
int wy_dry_run;
int wy_log_to_stderr = -1; /* -1 means autodetect */
-int wy_log_facility = LOG_LOCAL1;
+int wy_log_facility = LOG_DAEMON;
char *wy_syslog_tag = "wydawca";
int syslog_include_prio; /* syslog messages include priority */
unsigned long print_stats; /* Print final statistics output */

Return to:

Send suggestions and report system problems to the System administrator.