mirror of https://github.com/aria2/aria2
Log directed URI in notice log level
parent
b51e5814f1
commit
c7a13f934c
|
@ -165,7 +165,7 @@ void HttpResponse::processRedirect()
|
|||
cuid_, req->getCurrentUri().c_str()));
|
||||
}
|
||||
|
||||
A2_LOG_INFO(fmt(MSG_REDIRECT, cuid_,
|
||||
A2_LOG_NOTICE(fmt(MSG_REDIRECT, cuid_,
|
||||
httpRequest_->getRequest()->getCurrentUri().c_str()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue