mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-13 06:24:59 -05:00
Switch deprecating log.warn to log.warning
Same semantics, but the alias is deprecated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user