mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Log directed URI in notice log level
This commit is contained in:
parent
b51e5814f1
commit
c7a13f934c
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ void HttpResponse::processRedirect()
|
|||
cuid_, req->getCurrentUri().c_str()));
|
||||
}
|
||||
|
||||
A2_LOG_INFO(fmt(MSG_REDIRECT, cuid_,
|
||||
httpRequest_->getRequest()->getCurrentUri().c_str()));
|
||||
A2_LOG_NOTICE(fmt(MSG_REDIRECT, cuid_,
|
||||
httpRequest_->getRequest()->getCurrentUri().c_str()));
|
||||
}
|
||||
|
||||
const std::string& HttpResponse::getRedirectURI() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue