aboutsummaryrefslogtreecommitdiff
path: root/lib/components/scan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/scan.cpp')
-rw-r--r--lib/components/scan.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/components/scan.cpp b/lib/components/scan.cpp
index 2f3c4d62..bfbb02da 100644
--- a/lib/components/scan.cpp
+++ b/lib/components/scan.cpp
@@ -78,7 +78,7 @@ void eComponentScan::addInitial(const eDVBFrontendParametersTerrestrial &p)
}
-int eComponentScan::start(int flags)
+int eComponentScan::start(int feid, int flags)
{
if (m_initial.empty())
return -2;
@@ -93,9 +93,9 @@ int eComponentScan::start(int flags)
eUsePtr<iDVBChannel> channel;
- if (mgr->allocateRawChannel(channel))
+ if (mgr->allocateRawChannel(channel, feid))
{
- eDebug("scan: allocating raw channel failed!");
+ eDebug("scan: allocating raw channel (on frontend %d) failed!", feid);
return -1;
}