summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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];