mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-17 07:26:47 +00:00
Corrected debug log message
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1197196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ae8e671030
commit
5dffa49321
@ -139,7 +139,7 @@ public boolean authenticate(
|
|||||||
Queue<AuthOption> authOptions = authStrategy.select(challenges, host, response, context);
|
Queue<AuthOption> authOptions = authStrategy.select(challenges, host, response, context);
|
||||||
if (authOptions != null && !authOptions.isEmpty()) {
|
if (authOptions != null && !authOptions.isEmpty()) {
|
||||||
if (this.log.isDebugEnabled()) {
|
if (this.log.isDebugEnabled()) {
|
||||||
this.log.debug("Selected authorization options: " + authOptions);
|
this.log.debug("Selected authentication options: " + authOptions);
|
||||||
}
|
}
|
||||||
authState.setState(AuthProtocolState.CHALLENGED);
|
authState.setState(AuthProtocolState.CHALLENGED);
|
||||||
authState.update(authOptions);
|
authState.update(authOptions);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user