Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pbulawa committed Mar 6, 2024
1 parent 3690005 commit afdca19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/snowflake/client/core/SFBaseSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public HttpClientSettingsKey getHttpClientKey() throws SnowflakeSQLException {
if (httpUseProxy) {
logger.debug(
"Proxy environment settings: http.useProxy={}, http.proxyHost={}, http.proxyPort={}, http.proxyUser={}, "
+ "http.proxyUser is {}, https.proxyHost={}, https.proxyPort={}, https.proxyUser={}, "
+ "http.proxyPassword is {}, https.proxyHost={}, https.proxyPort={}, https.proxyUser={}, "
+ "https.proxyPassword is {}, http.nonProxyHosts={}, NO_PROXY={}, http.proxyProtocol={}",
httpUseProxy,
httpProxyHost,
Expand Down

0 comments on commit afdca19

Please sign in to comment.