summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-02-16 14:31:06 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-02-16 14:31:06 +0000
commite7dc22fe910048f32561989e27a08dd7fb59e005 (patch)
treeac324f96fcf6f5bb12a91b6702f0d983fc304d63 /syslogd.c
parent0faf9d9dbaa92266dcaa62d552b12cc922b55d9d (diff)
downloadrsyslog-e7dc22fe910048f32561989e27a08dd7fb59e005.tar.gz
rsyslog-e7dc22fe910048f32561989e27a08dd7fb59e005.tar.xz
rsyslog-e7dc22fe910048f32561989e27a08dd7fb59e005.zip
compiles & runs on Solaris, but not as local logger
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/syslogd.c b/syslogd.c
index e4b686b2..7e9b4f6a 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -329,7 +329,6 @@ CODE facilitynames[] =
#endif
#endif
-
/* The following #ifdef sequence is a small compatibility
* layer. It tries to work around the different availality
* levels of SO_BSDCOMPAT on linuxes...
@@ -6123,7 +6122,7 @@ static void init()
*/
continue;
if ((funix[i] = create_unix_socket(funixn[i])) != -1)
- dprintf("Opened UNIX socket `%s'.\n", funixn[i]);
+ dprintf("Opened UNIX socket `%s' (fd %d).\n", funixn[i], funix[i]);
}
#endif