Date: Mon, 1 Sep 1997 14:38:58 -0700 (PDT) From: "Jamil J. Weatherbee" <jamil@counterintelligence.ml.org> To: freebsd-hackers@FreeBSD.ORG Subject: Re: Syslog Facility Message-ID: <Pine.BSF.3.96.970901143100.1779A-100000@counterintelligence.ml.org> In-Reply-To: <Pine.BSF.3.96.970901135441.1473A-100000@counterintelligence.ml.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I have looked at the code to lpd and pppd and I can't figure what I am doing wrong here. I am doing an: openlog (argv[0], LOG_PID|LOG_NDELAY, LOG_DAEMON); in main an later in another function syslog (LOG_ERR, "some message"); but the syslog facillity is refusing to log the process id number eg: date machine programname[pid]: message in the syslog, and it is driving me nuts as to why. Any ideas on this one? On Mon, 1 Sep 1997, Jamil J. Weatherbee wrote: > > Why is sysylog still using the varargs.h facility (instead of stdarg.h)? > Also am I right to assume that va_end() doesn't really do anything under > bsd? > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970901143100.1779A-100000>