mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine log and thread function name
This commit is contained in:
parent
1117f78587
commit
6d32ad1828
8 changed files with 19 additions and 17 deletions
|
@ -166,8 +166,8 @@ string srs_client_type_string(SrsRtmpConnType type)
|
|||
{
|
||||
switch (type) {
|
||||
case SrsRtmpConnPlay: return "Play";
|
||||
case SrsRtmpConnFlashPublish: return "FlashPublish";
|
||||
case SrsRtmpConnFMLEPublish: return "FMLEPublish";
|
||||
case SrsRtmpConnFlashPublish: return "publish(FlashPublish)";
|
||||
case SrsRtmpConnFMLEPublish: return "publish(FMLEPublish)";
|
||||
default: return "Unknown";
|
||||
}
|
||||
return "Unknown";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue