Switch deprecating log.warn to log.warning

Same semantics, but the alias is deprecated
This commit is contained in:
Cole Robinson
2017-05-05 14:53:28 -04:00
parent f551d7e55d
commit a90d675394
6 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ class _StorageCreator(_StorageBase):
if err:
raise ValueError(msg)
if msg:
logging.warn(msg)
logging.warning(msg)
def will_create_storage(self):
return True