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 committed Sep 5, 2024
1 parent 44e0c9c commit 4e99709
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 4e99709

Please sign in to comment.