From a9e886e18141d816cb2d9c43241c13a0bfd18dbe Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 31 Oct 2005 03:22:59 +0000 Subject: [PATCH] * syslog messages are now sent to the desired facility rather than always going to LOG_DAEMON. There was a command line parsing bug. --- citadel/ChangeLog | 4 ++++ citadel/server_main.c | 5 +---- citadel/sysdep.c | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 4c97a5c2e..0e07dd32c 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,5 +1,9 @@ $Id$ +Sun Oct 30 22:22:00 EST 2005 ajc +* syslog messages are now sent to the desired facility rather than always + going to LOG_DAEMON. There was a command line parsing bug. + Sun Oct 30 21:17:57 EST 2005 ajc * Log messages posted to the Aide> room indicating activity such as room create/delete/edit operations now use "Room Name" rather than Room Name> diff --git a/citadel/server_main.c b/citadel/server_main.c index c29caa7aa..6ee7f9b80 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -78,14 +78,11 @@ int main(int argc, char **argv) /* initialize the master context */ InitializeMasterCC(); - /* set default syslog facility */ - syslog_facility = LOG_DAEMON; - /* parse command-line arguments */ for (a=1; a