Skip to content

Commit

Permalink
upipe_ts_sig: print service type in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nto authored and cmassiot committed Sep 6, 2024
1 parent b55b2a5 commit a6e258a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/upipe-ts/upipe_ts_si_generator.c
Original file line number Diff line number Diff line change
Expand Up @@ -1511,8 +1511,8 @@ static void upipe_ts_sig_build_sdt(struct upipe *upipe)
}

upipe_notice_va(upipe,
" * service sid=%"PRIu64" name=\"%s\" provider=\"%s\"",
sid, service_name_str, provider_name_str);
" * service sid=%"PRIu64" type=0x%x name=\"%s\" provider=\"%s\"",
sid, service_type, service_name_str, provider_name_str);

j++;
sdtn_init(service);
Expand Down

0 comments on commit a6e258a

Please sign in to comment.