mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine origin cluster log
This commit is contained in:
parent
3483c1526f
commit
130c545f9a
3 changed files with 4 additions and 3 deletions
|
@ -464,7 +464,7 @@ srs_error_t SrsHttpHooks::discover_co_workers(string url, string& host, int& por
|
|||
}
|
||||
port = (int)prop->to_integer();
|
||||
|
||||
srs_trace("http: on_hls ok, url=%s, response=%s", url.c_str(), res.c_str());
|
||||
srs_trace("http: cluster redirect %s:%d ok, url=%s, response=%s", host.c_str(), port, url.c_str(), res.c_str());
|
||||
|
||||
return err;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue