mpegts_mux_start: add flags to the trace log
This commit is contained in:
parent
745cc6f70c
commit
eb600253ae
2 changed files with 3 additions and 3 deletions
|
@ -540,8 +540,8 @@ mpegts_mux_start
|
|||
int64_t aweight, *allw;
|
||||
|
||||
mpegts_mux_nice_name(mm, buf, sizeof(buf));
|
||||
tvhtrace("mpegts", "%s - starting for '%s' (weight %d)",
|
||||
buf, reason, weight);
|
||||
tvhtrace("mpegts", "%s - starting for '%s' (weight %d. flags %04X)",
|
||||
buf, reason, weight, flags);
|
||||
|
||||
/* Disabled */
|
||||
if (!mm->mm_is_enabled(mm)) {
|
||||
|
|
|
@ -38,7 +38,7 @@ extern struct th_subscription_list subscriptions;
|
|||
/* Some internal prioties */
|
||||
#define SUBSCRIPTION_PRIO_SCAN_IDLE 1 ///< Idle scanning
|
||||
#define SUBSCRIPTION_PRIO_SCAN_SCHED 2 ///< Scheduled scan
|
||||
#define SUBSCRIPTION_PRIO_EPG 3 ///< EPG scanner
|
||||
#define SUBSCRIPTION_PRIO_EPG 3 ///< EPG scanner
|
||||
#define SUBSCRIPTION_PRIO_SCAN_INIT 4 ///< Initial scan
|
||||
#define SUBSCRIPTION_PRIO_SCAN_USER 5 ///< User defined scan
|
||||
#define SUBSCRIPTION_PRIO_MAPPER 6 ///< Channel mapper
|
||||
|
|
Loading…
Add table
Reference in a new issue