Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426518 | Differences between
and this patch

Collapse All | Expand All

(-)oscam-ecm.c.old (-1 / +1 lines)
Lines 550-556 Link Here
550
			cs_log("%s (%s): %s (%d ms)%s %s%s",
550
			cs_log("%s (%s): %s (%d ms)%s %s%s",
551
				uname, buf,
551
				uname, buf,
552
				er->rcEx?erEx:stxt[er->rc], client->cwlastresptime, sby, schaninfo, sreason);
552
				er->rcEx?erEx:stxt[er->rc], client->cwlastresptime, sby, schaninfo, sreason);
553
		} else {
553
		} else if (!er->rcEx) {
554
			cs_log("%s (%s): %s (%d ms)%s (%c/%d/%d/%d)%s%s",
554
			cs_log("%s (%s): %s (%d ms)%s (%c/%d/%d/%d)%s%s",
555
				uname, buf,
555
				uname, buf,
556
				er->rcEx ? erEx : stxt[er->rc],
556
				er->rcEx ? erEx : stxt[er->rc],

Return to bug 426518