From: Ronny Strutz Date: Mon, 29 Aug 2005 16:51:41 +0000 (+0000) Subject: fixed ci count output X-Git-Tag: 2.6.0~5714 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/059f7f9c3ef10f29ac0c4f87c380854e1185e1e2 fixed ci count output --- 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()