From 059f7f9c3ef10f29ac0c4f87c380854e1185e1e2 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Mon, 29 Aug 2005 16:51:41 +0000 Subject: [PATCH] fixed ci count output --- lib/dvb_ci/dvbci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dvb_ci/dvbci.cpp b/lib/dvb_ci/dvbci.cpp index e6e3237d..315d2ae5 100644 --- a/lib/dvb_ci/dvbci.cpp +++ b/lib/dvb_ci/dvbci.cpp @@ -30,7 +30,7 @@ eDVBCIInterfaces::eDVBCIInterfaces() ++num_ci; } - eDebug("done, found %d common interface slots"); + eDebug("done, found %d common interface slots", num_ci); } eDVBCIInterfaces::~eDVBCIInterfaces() -- 2.30.2