mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine log for stats network and disk
This commit is contained in:
parent
6f700f3f40
commit
9c11001391
3 changed files with 26 additions and 2 deletions
|
@ -943,7 +943,7 @@ void retrieve_local_ipv4_ips()
|
|||
|
||||
std::string ip = buf;
|
||||
if (ip != SRS_CONSTS_LOCALHOST) {
|
||||
srs_trace("retrieve local ipv4 addresses: %s", ip.c_str());
|
||||
srs_trace("retrieve local ipv4 ip=%s, index=%d", ip.c_str(), (int)ips.size());
|
||||
ips.push_back(ip);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue