View | Details | Raw Unified | Return to bug 194143 | Differences between
and this patch

Collapse All | Expand All

(-)newsyslog.c (-2 / +2 lines)
Lines 1968-1975 Link Here
1968
		 */
1968
		 */
1969
		if (errno != ESRCH)
1969
		if (errno != ESRCH)
1970
			swork->sw_pidok = 0;
1970
			swork->sw_pidok = 0;
1971
		warn("can't notify %s, pid %d", swork->sw_pidtype,
1971
		warn("can't notify %s, pid %d = %s", swork->sw_pidtype,
1972
		    (int)swork->sw_pid);
1972
		    (int)swork->sw_pid, swork->sw_fname);
1973
	} else {
1973
	} else {
1974
		if (verbose)
1974
		if (verbose)
1975
			printf("Notified %s pid %d = %s\n", swork->sw_pidtype,
1975
			printf("Notified %s pid %d = %s\n", swork->sw_pidtype,

Return to bug 194143