mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine code, refine the handshake, refine the log of source_id
This commit is contained in:
parent
5b28355a0b
commit
a9d28122f4
3 changed files with 8 additions and 9 deletions
|
@ -338,7 +338,7 @@ int SrsConsumer::dump_packets(int max_count, SrsSharedPtrMessage** pmsgs, int& c
|
|||
srs_assert(max_count > 0);
|
||||
|
||||
if (should_update_source_id) {
|
||||
srs_trace("update source_id=%d", source->source_id());
|
||||
srs_trace("update source_id=%d[%d]", source->source_id(), source->source_id());
|
||||
should_update_source_id = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue