PERFORCE change 137337 for review

Sam Leffler sam at FreeBSD.org
Mon Mar 10 18:41:09 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137337

Change 137337 by sam at 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) {


More information about the p4-projects mailing list