Bug 215154 - syslogd - enhancing and fixing debug mode output
Summary: syslogd - enhancing and fixing debug mode output
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 10.3-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-12-08 13:04 UTC by Hellmuth Michaelis
Modified: 2016-12-10 03:00 UTC (History)
0 users

See Also:


Attachments
patch as diff -c (1.56 KB, patch)
2016-12-08 13:04 UTC, Hellmuth Michaelis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hellmuth Michaelis 2016-12-08 13:04:40 UTC
Created attachment 177799 [details]
patch as diff -c

The patch enhances and fixes debug information output when syslogd is called with debugging turned on (syslogd -d -F). System is FreeBSD 10.3-STABLE r309481. The changes are:

- add a description to the debug output matrix of facilities, level and output types. 

- add a printout of the host (if any) in addition to the program printout. 

- fix an off-by-one error in printing the matrix.