1
0
Fork 0
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:
winlin 2014-03-24 18:07:32 +08:00
parent 8e43c941ed
commit c3e750e90f
2 changed files with 2 additions and 1 deletions

View file

@ -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());