Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2008 18:41:08 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 137337 for review
Message-ID:  <200803101841.m2AIf89m030507@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137337

Change 137337 by sam@sam_ebb on 2008/03/10 18:40:59

	set syslog mask to include DEBUG msgs;
	otherwise they get silently tossed

Affected files ...

.. //depot/projects/vap/sbin/dhclient/dhclient.c#3 edit

Differences ...

==== //depot/projects/vap/sbin/dhclient/dhclient.c#3 (text+ko) ====

@@ -300,7 +300,7 @@
 
 	/* Initially, log errors to stderr as well as to syslogd. */
 	openlog(__progname, LOG_PID | LOG_NDELAY, DHCPD_LOG_FACILITY);
-	setlogmask(LOG_UPTO(LOG_INFO));
+	setlogmask(LOG_UPTO(LOG_DEBUG));
 
 	while ((ch = getopt(argc, argv, "bc:dl:qu")) != -1)
 		switch (ch) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803101841.m2AIf89m030507>