FreeBSD Bugzilla – Attachment 148083 Details for
Bug 194143
[PATCH] newsyslog(8): better error reporting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed alternative
newsyslog_reporting.diff (text/plain), 501 bytes, created by
Mark Johnston
on 2014-10-07 23:14:16 UTC
(
hide
)
Description:
proposed alternative
Filename:
MIME Type:
Creator:
Mark Johnston
Created:
2014-10-07 23:14:16 UTC
Size:
501 bytes
patch
obsolete
>Index: newsyslog.c >=================================================================== >--- newsyslog.c (revision 272720) >+++ newsyslog.c (working copy) >@@ -1968,8 +1968,8 @@ > */ > if (errno != ESRCH) > swork->sw_pidok = 0; >- warn("can't notify %s, pid %d", swork->sw_pidtype, >- (int)swork->sw_pid); >+ warn("can't notify %s, pid %d = %s", swork->sw_pidtype, >+ (int)swork->sw_pid, swork->sw_fname); > } else { > if (verbose) > printf("Notified %s pid %d = %s\n", swork->sw_pidtype,
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 194143
:
147978
| 148083