Skip to content

Commit 3b7a7b3

Browse files
authored
Fix deprecated warn usage (#2575)
1 parent 1246c26 commit 3b7a7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botocore/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _normalize_fips_region(self, region_name,
136136
config_use_fips_endpoint)
137137
else:
138138
client_config = config_use_fips_endpoint
139-
logger.warn(
139+
logger.warning(
140140
'transforming region from %s to %s and setting '
141141
'use_fips_endpoint to true. client should not '
142142
'be configured with a fips psuedo region.' % (

0 commit comments

Comments
 (0)