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

Collapse All | Expand All

(-)/usr/src/usr.sbin/newsyslog/newsyslog.c (-1 / +3 lines)
Lines 1967-1973 Link Here
1967
		 */
1967
		 */
1968
		if (errno != ESRCH)
1968
		if (errno != ESRCH)
1969
			swork->sw_pidok = 0;
1969
			swork->sw_pidok = 0;
1970
		warn("can't notify %s, pid %d", swork->sw_pidtype,
1970
		warn("%s: can't notify %s, pid %d",
1971
		    swork->sw_fname ? swork->sw_fname : "<nofile>",
1972
		    swork->sw_pidtype,
1971
		    (int)swork->sw_pid);
1973
		    (int)swork->sw_pid);
1972
	} else {
1974
	} else {
1973
		if (verbose)
1975
		if (verbose)

Return to bug 194143