FreeBSD Bugzilla – Attachment 179567 Details for
Bug 216756
syslog(3): example error log message should use LOG_ERR level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
syslog.3.patch (text/plain), 360 bytes, created by
Thomas Cort
on 2017-02-03 15:00:43 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Thomas Cort
Created:
2017-02-03 15:00:43 UTC
Size:
360 bytes
patch
obsolete
>Index: syslog.3 >=================================================================== >--- syslog.3 (revision 313159) >+++ syslog.3 (working copy) >@@ -270,7 +270,7 @@ > > syslog(LOG_INFO, "Connection from host %d", CallingHost); > >-syslog(LOG_INFO|LOG_LOCAL2, "foobar error: %m"); >+syslog(LOG_ERR|LOG_LOCAL2, "foobar error: %m"); > .Ed > .Sh SEE ALSO > .Xr logger 1 ,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216756
: 179567