diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-04-21 11:53:37 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-04-21 11:53:37 +0000 |
commit | 89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c (patch) | |
tree | e7d6e6082e58b55b4fcb16d07b7fabc015b8ecd5 | |
parent | ec78980cb02009c6bc329f04fc1d77da3ebdf638 (diff) | |
download | rsyslog-89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c.tar.gz rsyslog-89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c.tar.xz rsyslog-89c169efc7fc95b93bfa1ddaf3c7afdf0dd0657c.zip |
a forgotten debug message removed
-rw-r--r-- | syslogd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]; |