diff --git a/shadowmire.py b/shadowmire.py index 819bacb..6685f55 100755 --- a/shadowmire.py +++ b/shadowmire.py @@ -772,7 +772,7 @@ class SyncBase: return True if dest_size == i_size: return True - logger.warn( + logger.warning( "file %s exists locally, but size does not match with upstream, so it would still be downloaded.", dest, )