summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-04-21 11:53:37 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-04-21 11:53:37 +0000
commit89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c (patch)
treee7d6e6082e58b55b4fcb16d07b7fabc015b8ecd5
parentec78980cb02009c6bc329f04fc1d77da3ebdf638 (diff)
downloadrsyslog-89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c.tar.gz
rsyslog-89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c.tar.xz
rsyslog-89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c.zip
a forgotten debug message removed
-rw-r--r--syslogd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index 3670354c..67de9e42 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -2472,7 +2472,6 @@ int usage()
#ifdef SYSLOG_UNIXAF
static int create_unix_socket(const char *path)
{
-fprintf(stderr, "create_unix_socket(%s)\n", path);
struct sockaddr_un sunx;
int fd;
char line[MAXLINE +1];