Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 292934
Collapse All | Expand All

(-)do_command.c.orig (-1 / +1 lines)
Lines 505-511 Link Here
505
				char buf[MAX_TEMPSTR];
505
				char buf[MAX_TEMPSTR];
506
506
507
				sprintf(buf,
507
				sprintf(buf,
508
			"mailed %d byte%s of output but got status 0x%04x\n",
508
			"mailed %d byte%s of output but got status 0x%04x",
509
					bytes, (bytes==1)?"":"s",
509
					bytes, (bytes==1)?"":"s",
510
					status);
510
					status);
511
				log_it(usernm, getpid(), "MAIL", buf);
511
				log_it(usernm, getpid(), "MAIL", buf);

Return to bug 292934