Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts_mux_start: add flags to the trace log
  • Loading branch information
perexg committed Nov 16, 2014
1 parent 745cc6f commit eb60025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/mpegts_mux.c
Expand Up @@ -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)) {
Expand Down
2 changes: 1 addition & 1 deletion src/subscriptions.h
Expand Up @@ -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
Expand Down

0 comments on commit eb60025

Please sign in to comment.