From cb637ca1cd758cb9c5bb98c02236201bfc5e9cf4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 25 Nov 2018 22:06:32 +0100 Subject: [PATCH] capmt: cosmetic - remove double 'in' from log --- src/descrambler/capmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/descrambler/capmt.c b/src/descrambler/capmt.c index 4f4faffbc..e0abbd2e5 100644 --- a/src/descrambler/capmt.c +++ b/src/descrambler/capmt.c @@ -1998,7 +1998,7 @@ capmt_thread(void *aux) d = 60; } - tvhinfo(LS_CAPMT, "%s: Automatic reconnection attempt in in %d seconds", capmt_name(capmt), d); + tvhinfo(LS_CAPMT, "%s: Automatic reconnection attempt in %d seconds", capmt_name(capmt), d); mono = mclk() + sec2mono(d); do { -- 2.47.2