diff --git a/karbor/services/protection/manager.py b/karbor/services/protection/manager.py index 0bb74298..19e22b45 100644 --- a/karbor/services/protection/manager.py +++ b/karbor/services/protection/manager.py @@ -336,7 +336,8 @@ class ProtectionManager(manager.Manager): checkpoint_dict = checkpoint.to_dict() if not context.is_admin and ( context.project_id != checkpoint_dict['project_id']): - LOG.warn("Delete checkpoint(%s) is not allowed." % checkpoint_id) + LOG.warning("Delete checkpoint(%s) is not allowed.", + checkpoint_id) raise exception.DeleteCheckpointNotAllowed( checkpoint_id=checkpoint_id)