summaryrefslogtreecommitdiff
path: root/app/services/concerns/exclusive_lease_guard.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/concerns/exclusive_lease_guard.rb')
-rw-r--r--app/services/concerns/exclusive_lease_guard.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/concerns/exclusive_lease_guard.rb b/app/services/concerns/exclusive_lease_guard.rb
index a58e9aefcec..76d59cf2159 100644
--- a/app/services/concerns/exclusive_lease_guard.rb
+++ b/app/services/concerns/exclusive_lease_guard.rb
@@ -21,7 +21,7 @@ module ExclusiveLeaseGuard
lease = exclusive_lease.try_obtain
unless lease
- log_error("Cannot obtain an exclusive lease for #{self.class.name}. There must be another instance already in execution.")
+ log_error("Cannot obtain an exclusive lease for #{lease_key}. There must be another instance already in execution.")
return
end