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.c.old (-1 / +1 lines)
Lines 2511-2517 Link Here
2511
			cs_log("%s (%s): %s (%d ms)%s %s%s",
2511
			cs_log("%s (%s): %s (%d ms)%s %s%s",
2512
				uname, buf,
2512
				uname, buf,
2513
				er->rcEx?erEx:stxt[er->rc], client->cwlastresptime, sby, schaninfo, sreason);
2513
				er->rcEx?erEx:stxt[er->rc], client->cwlastresptime, sby, schaninfo, sreason);
2514
		} else {
2514
		} else if (!er->rcEx) {
2515
			cs_log("%s (%s): %s (%d ms)%s (%c/%d/%d/%d)%s%s",
2515
			cs_log("%s (%s): %s (%d ms)%s (%c/%d/%d/%d)%s%s",
2516
				uname, buf,
2516
				uname, buf,
2517
				er->rcEx?erEx:stxt[er->rc], client->cwlastresptime, sby,
2517
				er->rcEx?erEx:stxt[er->rc], client->cwlastresptime, sby,

Return to bug 426518