mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Log: Change cid from int to string
This commit is contained in:
parent
bca4ec1da1
commit
8a0c2e01f8
42 changed files with 301 additions and 307 deletions
|
@ -411,7 +411,7 @@ private:
|
|||
std::string file;
|
||||
int line;
|
||||
|
||||
int cid;
|
||||
std::string cid;
|
||||
int rerrno;
|
||||
|
||||
std::string desc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue