mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine code, move onMetaData to consts.
This commit is contained in:
parent
04aa6f8296
commit
a1f887f46f
4 changed files with 17 additions and 9 deletions
|
@ -290,7 +290,7 @@ int main(int argc, char** argv)
|
|||
goto rtmp_destroy;
|
||||
}
|
||||
} else {
|
||||
srs_human_trace("drop message type=%d, size=%dB", type, size);
|
||||
srs_human_trace("drop message type=%#x, size=%dB", type, size);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue