Fix some stupid mistakes in debug.
This commit is contained in:
parent
4a662cfc28
commit
f1281518b7
1 changed files with 3 additions and 3 deletions
|
@ -494,11 +494,11 @@ static int _opentv_bat_section
|
|||
// most of the time
|
||||
i = 0x80000000 | (bid << 8) | sec;
|
||||
if (!sta->begbat) {
|
||||
tvhlog(LOG_DEBUG, "opentv", "begin processing BAT");
|
||||
tvhlog(LOG_DEBUG, mod->id, "begin processing BAT");
|
||||
sta->begbat = i;
|
||||
} else if (sta->begbat == i) {
|
||||
sta->endbat = 1;
|
||||
tvhlog(LOG_DEBUG, "opentv", "finish processing BAT");
|
||||
tvhlog(LOG_DEBUG, mod->id, "finish processing BAT");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -597,7 +597,7 @@ static epggrab_ota_mux_t *_opentv_event_callback
|
|||
}
|
||||
|
||||
/* Mark complete */
|
||||
tvhlog(LOG_DEBUG, "opentv", "finish processing events");
|
||||
epggrab_ota_complete(ota);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue