mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add version to log
This commit is contained in:
parent
8e43c941ed
commit
c3e750e90f
2 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,7 @@ int main(int argc, char** argv)
|
|||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
||||
srs_trace("srs(simple-rtmp-server)");
|
||||
srs_trace("srs(simple-rtmp-server) "RTMP_SIG_SRS_VERSION);
|
||||
|
||||
// TODO: support both little and big endian.
|
||||
srs_assert(srs_is_little_endian());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue