1
0
Fork 0
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:
winlin 2014-07-27 19:03:56 +08:00
parent 6f700f3f40
commit 9c11001391
3 changed files with 26 additions and 2 deletions

View file

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