Skip to content

Commit

Permalink
[NimManager] fix BSOD
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Mar 2, 2016
1 parent d37d3ec commit 4931134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/NimManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ def tunerTypeChanged(nimmgr, configElement):
nim.multiType.fe_id = x - empty_slots
nim.multiType.addNotifier(boundFunction(tunerTypeChanged, nimmgr))

print"[NimManager] slotname = %s, slotdescription = %s, multitype = %s" % (slot.input_name, slot.description,(slot.isMultiType() and addMultiType))
print"[NimManager] slotname = %s, slotdescription = %s, multitype = %s" % (slot.slot_name, slot.description,(slot.isMultiType() and addMultiType))

empty_slots = 0
for slot in nimmgr.nim_slots:
Expand Down

0 comments on commit 4931134

Please sign in to comment.