1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine log messages.

This commit is contained in:
winlin 2014-05-04 11:11:51 +08:00
parent a4410a4fa9
commit 106270c8aa
4 changed files with 5 additions and 5 deletions

View file

@ -166,7 +166,7 @@ failed:
}
handler->on_thread_stop();
srs_trace("thread cycle finished");
srs_info("thread cycle finished");
}
void* SrsThread::thread_fun(void* arg)